erg/compiler/erg_parser
Shunsuke Shibayama d8799f0895 Refactor
Add `ASTBuilder`, `Checker`
2022-09-20 14:42:37 +09:00
..
tests Test: ensure that multi-line strings are invalid 2022-09-19 10:18:36 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Update Parser 2022-09-14 11:17:19 +09:00
builder.rs Refactor 2022-09-20 14:42:37 +09:00
Cargo.toml Update version (v0.4.7) 2022-09-15 19:20:53 +09:00
desugar.rs Refactor 2022-09-20 14:42:37 +09:00
error.rs Refactor 2022-09-20 14:42:37 +09:00
lex.rs Fix: Disabled line breaks in strings 2022-09-19 10:05:15 +09:00
lib.rs Refactor 2022-09-20 14:42:37 +09:00
main.rs Fix #115, #133 2022-09-11 10:09:42 +09:00
parse.rs Refactor 2022-09-20 14:42:37 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
reorder.rs Refactor 2022-09-20 14:42:37 +09:00
token.rs Fix parser bugs 2022-09-08 00:55:25 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.