зеркало из https://github.com/mozilla/jexl-rs.git
406331280f | ||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md | ||
ensure_parser_up_to_date.sh |
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.