forked from trinitrix/core
7 lines
347 B
Markdown
7 lines
347 B
Markdown
|
# trixy-lang_parser
|
||
|
This crate contains a parser (and lexer) for the Trixy language.
|
||
|
The corresponding grammar is in the grammar file [here](./docs/grammar.ebnf) encoded in [Extended Backus-Naur Form](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form).
|
||
|
|
||
|
## Docs
|
||
|
Run `./generate_docs` to turn the grammar file into railroad diagrams.
|