erg/compiler/erg_parser
2022-12-28 14:53:50 +09:00
..
tests test: check valid dedent at the end of block 2022-12-28 14:53:50 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
build_ast.rs Refactor Desugarer 2022-12-15 14:10:52 +09:00
Cargo.toml Update Cargo.toml 2022-12-27 02:03:32 +09:00
desugar.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
error.rs update: extract errors as methods and use them 2022-12-23 14:15:30 +09:00
lex.rs fix: dedent error when EOF comes 2022-12-28 14:24:11 +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 Enhance: Parser::validate_const_expr 2022-12-26 22:36:39 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Implement is!/isnot! operator 2022-12-27 01:37:20 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.