Benedikt Peetz
b6799877bb
This changes two important things: - Firstly it renames the `nasp` keyword to `mod`: This change removes the not required deviation from rust. - Secondly it removes the semicolon after an enumeration or structure declaration, which is pointless in these positions. |
||
---|---|---|
.. | ||
docs | ||
example | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
generate_docs |
README.md
trixy-lang_parser
This crate contains a parser (and lexer) for the Trixy language. The corresponding grammar is in the grammar file here encoded in Extended Backus-Naur Form.
Testing
A binary (trixy-parser
) exists, which provides easy access to the different library
parsing steps
Docs
Run ./generate_docs
to turn the grammar file into railroad diagrams.