mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 20:14:45 +00:00
.. | ||
tests | ||
.gitignore | ||
ast.rs | ||
Cargo.toml | ||
desugar.rs | ||
error.rs | ||
lex.rs | ||
lib.rs | ||
main.rs | ||
parse.rs | ||
README.md | ||
token.rs |
Erg parser
Why isn't this module but crate?
For maintainability. This crate has tests.