mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-31 07:38:02 +00:00
|
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
ast.rs | ||
build_ast.rs | ||
Cargo.toml | ||
convert.rs | ||
desugar.rs | ||
error.rs | ||
lex.rs | ||
lib.rs | ||
main.rs | ||
parse.rs | ||
README.md | ||
token.rs | ||
typespec.rs |
Erg parser
Why isn't this module but crate?
For maintainability. This crate has tests.