erg/crates/erg_parser
2023-03-25 10:23:58 +09:00
..
tests chore: name the spawned thread 2023-03-22 22:00:38 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ast.rs fix: type-instantiation bug 2023-03-24 19:02:32 +09:00
build_ast.rs refactor: duplicate codes are put together 2023-02-04 22:07:12 +09:00
Cargo.toml Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
convert.rs fix: eliminate type-specification parsing panics 2023-03-16 22:01:23 +09:00
desugar.rs fix: eliminate type-specification parsing panics 2023-03-16 22:01:23 +09:00
error.rs fix(parser): fix #400 2023-02-27 19:52:24 +09:00
lex.rs fix: warnings 2023-03-10 19:25:11 +09:00
lib.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
main.rs chore: name the spawned thread 2023-03-22 22:00:38 +09:00
parse.rs refactor: use if let instead of option_enum_unwrap 2023-03-25 10:23:58 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
token.rs fix(parser): fix #400 2023-02-27 19:52:24 +09:00
typespec.rs fix: type-instantiation bug 2023-03-24 19:02:32 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.