erg/compiler/erg_parser
2022-12-25 18:54:22 +09:00
..
tests Fix broken tests 2022-12-25 12:37:41 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Add Dummy marker 2022-12-25 01:50:19 +09:00
build_ast.rs Refactor Desugarer 2022-12-15 14:10:52 +09:00
Cargo.toml Update version (0.6.0) 2022-12-25 18:54:22 +09:00
desugar.rs Fix a pattern desugaring bug 2022-12-19 22:44:54 +09:00
error.rs update: extract errors as methods and use them 2022-12-23 14:15:30 +09:00
lex.rs update: add hint and show nest count 2022-12-20 13:39:19 +09:00
lib.rs Fix #174 2022-09-22 21:52:06 +09:00
main.rs Add exec_new_thread 2022-12-14 05:29:47 +09:00
parse.rs Fix broken tests 2022-12-25 12:37:41 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Add Token::deep_eq 2022-12-14 15:16:32 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.