richardjennings / prattparserLinks
Pratt Top-down Operator Precedence Example in Go
☆40Updated 4 years ago
Alternatives and similar repositories for prattparser
Users that are interested in prattparser are comparing it to the libraries listed below
Sorting:
- Regexp code for https://swtch.com/~rsc/regexp/☆38Updated last year
- squint - Rob Pike's Newsqueak interpreter for Unix☆41Updated 12 years ago
- A little language interpreter written in Go☆99Updated 6 years ago
- Yet Another Efficient Unification Algorithm☆27Updated 11 months ago
- A functional interpreted programming language with a minimalistic design.☆62Updated 8 months ago
- Companion repository for a blog post about Brainfuck, interpreters and VMs☆45Updated 4 years ago
- Yet another PEG (Parsing Expression Grammars) parser generator for Go☆63Updated 3 years ago
- AA-tree implementation in C☆29Updated last year
- A compiler for the µC language.☆61Updated 4 years ago
- Io, the language, in Go, the language☆83Updated 2 years ago
- A simple/minimal TCL interpreter, written in golang☆37Updated 2 years ago
- A Common Lisp-like Lisp-1 in Go with TCO and partially hygienic macros☆37Updated 5 years ago
- Syntax highlighting engine built using GPeg☆17Updated last year
- C Implementation of the monkey programming language☆73Updated 5 years ago
- The Geode Programming Language☆16Updated 5 years ago
- Mugo, a toy compiler for a subset of Go that can compile itself☆125Updated 4 years ago
- x86-64 instruction encoder in Go