This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/trixy-lang_parser
Benedikt Peetz 0744c8468d
chore(treewide): Add license headers
2023-12-24 11:30:03 +01:00
..
docs chore(treewide): Add license headers 2023-12-23 18:57:10 +01:00
example feat(trixy-macros): Add rust host code generation 2023-12-24 11:28:30 +01:00
src chore(treewide): Add license headers 2023-12-24 11:30:03 +01:00
.gitignore chore: Initial commit 2023-12-23 16:07:17 +01:00
Cargo.toml feat(trixy-macros): Add rust host code generation 2023-12-24 11:28:30 +01:00
README.md chore: Initial commit 2023-12-23 16:07:17 +01:00
generate_docs docs(parser/generate_docs): Move shebang to first line 2023-12-23 19:04:34 +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.