Parsers is an open source grammar language created in 2017 by Breck Yunits.
#380on PLDB | 7Years Old |
git clone https://github.com/breck7/scrollsdk
Parsers is a language for building languages on top of Particle Notation. A compiler compiler. By creating a parsers file you get a parser, a type checker, syntax highlighting, autocomplete, a compiler, and interpreter for executing your new language. Parsers uses both postfix and prefix language features.
latinNode
root
catchAllParser anyNode
anyNode
baseParser blobNode
Feature | Supported | Example | Token |
---|---|---|---|
Enums | ✓ | boolCell enum true false | |
Variable Substitution Syntax | X |