erg/compiler/erg_parser
Shunsuke Shibayama 708d154f60 Fix #255
2022-11-30 01:18:47 +09:00
..
tests Change: move THEME to ErrorCore 2022-11-17 23:25:47 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Fix #205 2022-11-28 00:21:44 +09:00
build_ast.rs Add Runnable::initialize 2022-11-23 19:43:56 +09:00
Cargo.toml Fix #255 2022-11-30 01:18:47 +09:00
desugar.rs Fix desugaring case leaks 2022-11-22 02:09:00 +09:00
error.rs Merge pull request #232 from erg-lang/split-err-msg 2022-11-23 15:55:19 +09:00
lex.rs Fix #255 2022-11-30 01:18:47 +09:00
lib.rs Fix #174 2022-09-22 21:52:06 +09:00
main.rs Implement parameter pattern desugaring 2022-10-23 00:56:39 +09:00
parse.rs Fix #205 2022-11-28 00:21:44 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Implement record pattern for parameters 2022-11-09 18:14:02 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.