erg/compiler/erg_parser
Shunsuke Shibayama ec0899ff91 Update parse.rs
2022-11-16 19:54:04 +09:00
..
tests Update stream.er 2022-11-16 19:33:48 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Add stream.er 2022-11-16 08:27:33 +09:00
build_ast.rs Implement parameter pattern desugaring 2022-10-23 00:56:39 +09:00
Cargo.toml Add: unicode and pretty features flag 2022-11-12 18:08:23 +09:00
desugar.rs Implement match guard (literal) 2022-11-09 19:32:46 +09:00
error.rs Clean: StringSpan to StyledString 2022-11-14 07:49:34 +09:00
lex.rs add stream operator 2022-11-15 22:54:57 +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 Update parse.rs 2022-11-16 19:54:04 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Implement record pattern for parameters 2022-11-09 18:14:02 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.