erg/compiler/erg_parser
Shunsuke Shibayama 2283f4a3b1 WIP
2022-11-01 17:56:04 +09:00
..
tests Update desugar_param_pat.er 2022-10-23 01:12:28 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Add semver.er 2022-10-23 21:13:45 +09:00
build_ast.rs Implement parameter pattern desugaring 2022-10-23 00:56:39 +09:00
Cargo.toml Update version (nightly) 2022-10-28 18:14:12 +09:00
desugar.rs Implement match! 2022-10-23 01:21:18 +09:00
error.rs Fix bugs 2022-10-18 17:17:56 +09:00
lex.rs Add raw identifier 2022-10-20 18:53:35 +09:00
lib.rs Fix #174 2022-09-22 21:52:06 +09:00
main.rs Implement parameter pattern desugaring 2022-10-23 00:56:39 +09:00
parse.rs Fix trait implementation check 2022-10-28 18:03:35 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs WIP 2022-11-01 17:56:04 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.