jexl-rs/parser-gen
Beth Rennie 406331280f chore: bump to 0.3.1-alpha.0 2024-11-07 14:28:51 -05:00
..
src Check in the parser code 2020-10-16 16:00:04 -04:00
Cargo.toml chore: bump to 0.3.1-alpha.0 2024-11-07 14:28:51 -05:00
README.md Check in the parser code 2020-10-16 16:00:04 -04:00
ensure_parser_up_to_date.sh Check in the parser code 2020-10-16 16:00:04 -04:00

README.md

jexl-parser generator

We do not use lalrpop to generate the parser during the jexl-parser build phase. Why? because doing so introduces a lot of dependencies in Firefox's build. So instead we check-in the generated parser file, and run a CI job to ensure it's always fresh.