erg/crates/erg_parser
2023-02-13 02:31:37 +09:00
..
tests Update tokenize_test.rs 2023-01-15 12:23:28 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ast.rs fix: crash 2023-02-12 11:04:41 +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 Merge branch 'main' into fix-type-matching 2023-02-13 02:31:37 +09:00
desugar.rs fix: crash 2023-02-12 11:04:41 +09:00
error.rs refactor: rem impl_stream_for_wrapper and merge into impl_stream 2023-02-06 04:11:25 +09:00
lex.rs Update lex.rs 2023-02-08 11:28:45 +09:00
lib.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
main.rs fix #321 2023-01-25 00:11:48 +09:00
parse.rs fix(compiler): runtime type matching system 2023-02-12 01:34:12 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
token.rs feat(els): add case-change action 2023-02-11 14:20:15 +09:00
typespec.rs fix(compiler): runtime type matching system 2023-02-12 01:34:12 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.