forked from trinitrix/core
Benedikt Peetz
370aac4395
This includes rust like generic types like: ``` Option<T> Result<T, E> ``` |
||
---|---|---|
.. | ||
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.
Docs
Run ./generate_docs
to turn the grammar file into railroad diagrams.