erg/compiler/erg_parser
Shunsuke Shibayama 329274e2cd Implement match!
2022-10-23 01:21:18 +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 Implement match! 2022-10-23 01:21:18 +09:00
build_ast.rs Implement parameter pattern desugaring 2022-10-23 00:56:39 +09:00
Cargo.toml Update version (nightly) 2022-10-22 21:49:35 +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 Implement parameter pattern desugaring 2022-10-23 00:56:39 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Update: tokenize for <- 2022-10-09 11:50:41 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.