erg/compiler/erg_parser
Shunsuke Shibayama c79fcd5dbe Update version (v0.2.4)
A crash problem with file input has been fixed.
2022-08-17 00:48:19 +09:00
..
tests Do cargo fmt 2022-08-13 07:02:07 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Cargo fmt 2022-08-14 01:45:15 +09:00
Cargo.toml Update version (v0.2.4) 2022-08-17 00:48:19 +09:00
desugar.rs Cargo fmt 2022-08-14 01:45:15 +09:00
error.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lex.rs Update version (v0.2.4) 2022-08-17 00:48:19 +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 Update version (v0.2.4) 2022-08-17 00:48:19 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Do cargo fmt 2022-08-13 07:02:07 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.