erg/crates/erg_parser
2023-02-03 21:14:48 +09:00
..
tests Update tokenize_test.rs 2023-01-15 12:23:28 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ast.rs Fix a bug 2023-02-01 10:54:23 +09:00
build_ast.rs fix: place at-sign in expect_block 2023-02-03 21:14:48 +09:00
Cargo.toml Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
convert.rs Add user-defined var-params function 2023-01-26 01:20:35 +09:00
desugar.rs Merge branch 'main' into feature-var-params-fn 2023-02-01 02:05:09 +09:00
error.rs Fix warns 2023-01-27 11:23:42 +09:00
lex.rs fix: place at-sign in expect_block 2023-02-03 21:14:48 +09:00
lib.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
main.rs fix #321 2023-01-25 00:11:48 +09:00
parse.rs fix: place at-sign in expect_block 2023-02-03 21:14:48 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
token.rs Add user-defined var-params function 2023-01-26 01:20:35 +09:00
typespec.rs Add user-defined var-params function 2023-01-26 01:20:35 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.