erg/crates/erg_parser
Shunsuke Shibayama 1b19d8098a Update test.rs
2023-11-12 17:44:30 +09:00
..
tests chore: add New trait 2023-11-03 12:56:46 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ast.rs feat: add SubrType::kw_var_params 2023-11-12 12:22:48 +09:00
build_ast.rs chore: add New trait 2023-11-03 12:56:46 +09:00
Cargo.toml build: add experimental feature 2023-06-01 21:27:28 +09:00
convert.rs feat: add kw-var-args 2023-11-12 09:52:59 +09:00
desugar.rs feat: add kw-var-args 2023-11-12 09:52:59 +09:00
error.rs chore: impl some error conversions 2023-11-03 17:40:56 +09:00
lex.rs feat: add kw-var-args 2023-11-12 09:52:59 +09:00
lib.rs feat: add ASTVisitor 2023-11-08 00:27:49 +09:00
main.rs chore: name the spawned thread 2023-03-22 22:00:38 +09:00
parse.rs Update test.rs 2023-11-12 17:44:30 +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 feat: add SubrType::kw_var_params 2023-11-12 12:22:48 +09:00
visitor.rs feat: add ASTVisitor 2023-11-08 00:27:49 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.