erg/crates/erg_parser
2023-10-18 16:46:06 +09:00
..
tests fix!(parser): handling of line breaks in enclosures 2023-09-23 23:50:28 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ast.rs chore: improve type inference system 2023-10-18 16:46:06 +09:00
build_ast.rs chore: add parameter Parser to PackageBuilder 2023-10-11 12:21:48 +09:00
Cargo.toml build: add experimental feature 2023-06-01 21:27:28 +09:00
convert.rs fix: short circuit bug 2023-09-27 19:04:10 +09:00
desugar.rs chore: add InlineModule.input 2023-10-07 14:54:37 +09:00
error.rs fix: desugaring leaks 2023-06-10 13:46:10 +09:00
lex.rs fix!(parser): handling of line breaks in enclosures 2023-09-23 23:50:28 +09:00
lib.rs chore: add FreshNameGenerator 2023-06-10 15:31:26 +09:00
main.rs chore: name the spawned thread 2023-03-22 22:00:38 +09:00
parse.rs chore: add parameter Parser to PackageBuilder 2023-10-11 12:21:48 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
token.rs Update token.rs 2023-09-06 10:54:04 +09:00
typespec.rs chore: remove pre_block and add GuardClause 2023-09-27 21:43:36 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.