erg/compiler/erg_parser
2022-08-19 10:43:57 +09:00
..
tests Format THIRD_PARTY_CREDITS.md 2022-08-18 11:46:42 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Fix Array type inference 2022-08-19 10:43:57 +09:00
Cargo.toml Update version (v0.2.6) 2022-08-19 02:51:29 +09:00
desugar.rs Apply trivial clippy fixes 2022-08-15 17:37:20 +12:00
error.rs Add language target: simplified/traditional chinese 2022-08-18 16:31:35 +09:00
lex.rs Partial fix #57 2022-08-18 18:40:30 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
main.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
parse.rs Fix Array type inference 2022-08-19 10:43:57 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Partial fix #57 2022-08-18 18:40:30 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.