forked from trinitrix/core
1
0
Fork 0
core/trixy/trixy-lang_parser
Benedikt Peetz 26e0bbb972
feat(trixy-lang_parser): Provide an api
2023-12-22 20:39:02 +01:00
..
docs feat(trixy-lang_parser): Add support for doc comments 2023-12-22 20:32:43 +01:00
example feat(trixy-lang_parser): Add support for doc comments 2023-12-22 20:32:43 +01:00
src feat(trixy-lang_parser): Provide an api 2023-12-22 20:39:02 +01:00
.gitignore feat(trixy-lang_parser): Add first parser pass 2023-12-18 18:04:21 +01:00
Cargo.toml
README.md feat(trixy-lang_parser): Add first parser pass 2023-12-18 18:04:21 +01:00
generate_docs feat(trixy-lang_parser): Add support for doc comments 2023-12-22 20:32:43 +01:00

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.