mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
![]() * remove `In` trait, `__in__`, `__notin__` function * desugar to `__contains__` * impl Collection for Array, Set, Tuple |
||
---|---|---|
.. | ||
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.