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.
core/trixy/trixy-lang_parser
Benedikt Peetz d95b26655f
chore(trixy-lang_parser): Apply clippy's suggestions
2023-12-22 20:56:36 +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 chore(trixy-lang_parser): Apply clippy's suggestions 2023-12-22 20:56:36 +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.