erg/compiler/erg_parser
2022-11-12 18:08:23 +09:00
..
tests Update: use Span and const Theme in style.rs 2022-11-12 18:03:10 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Implement match guard (Enum type) 2022-11-09 23:27:11 +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 Update: use Span and const Theme in style.rs 2022-11-12 18:03:10 +09:00
lex.rs Update: use Span and const Theme in style.rs 2022-11-12 18:03:10 +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: use Span and const Theme in style.rs 2022-11-12 18:03:10 +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.