erg/compiler/erg_parser
2022-08-17 23:42:32 +09:00
..
tests Set timeout in REPL 2022-08-17 12:02:56 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Apply trivial clippy fixes 2022-08-15 17:37:20 +12:00
Cargo.toml Update version (v0.2.5) 2022-08-17 12:38:56 +09:00
desugar.rs Apply trivial clippy fixes 2022-08-15 17:37:20 +12:00
error.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lex.rs Delete unnecessary deps 2022-08-17 22:52:17 +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 Create .pre-commit-config.yml 2022-08-17 23:42:32 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Apply formatting 2022-08-15 17:44:15 +12:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.