erg/crates/erg_parser
2023-05-04 12:10:25 +09:00
..
tests fix: use skip and put log 2023-05-04 12:10:24 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ast.rs chore: add Context::convert_value_into_type 2023-05-03 15:03:28 +09:00
build_ast.rs test: check the number of warnings 2023-04-01 21:53:22 +09:00
Cargo.toml build: remove unnecessary keys 2023-04-22 17:19:04 +09:00
convert.rs update: invalid convert error 2023-05-04 12:10:24 +09:00
desugar.rs fix: type inference failure of as operator 2023-04-26 23:41:35 +09:00
error.rs chore: use syntax instead of new 2023-05-04 12:10:25 +09:00
lex.rs chore: remove TokenKind::NoImplLit 2023-05-02 23:11:51 +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 fix: modify Chinese error information 2023-05-04 12:10:25 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
token.rs chore: remove TokenKind::NoImplLit 2023-05-02 23:11:51 +09:00
typespec.rs feat: add special namespaces module/global 2023-05-03 14:32:09 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.