erg/crates/erg_parser
2023-07-12 16:31:39 +09:00
..
tests Merge pull request #320 from GreasySlug/feature/parser-err 2023-06-09 22:29:35 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ast.rs Update ast.rs 2023-07-12 14:27:35 +09:00
build_ast.rs fix: desugaring leaks 2023-06-10 13:46:10 +09:00
Cargo.toml build: add experimental feature 2023-06-01 21:27:28 +09:00
convert.rs chore(els): impl hover/jump for type specification 2023-06-02 10:54:31 +09:00
desugar.rs chore: add FreshNameGenerator 2023-06-10 15:31:26 +09:00
error.rs fix: desugaring leaks 2023-06-10 13:46:10 +09:00
lex.rs feat: add bin/oct/hex literal 2023-07-12 16:31:39 +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 fix: default-paramaters bugs 2023-07-08 02:32:14 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
token.rs feat: add bin/oct/hex literal 2023-07-12 16:31:39 +09:00
typespec.rs feat: refinement type specification 2023-05-20 16:40:26 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.