erg/compiler/erg_parser
2022-11-17 20:48:42 +09:00
..
tests Merge pull request #233 from ytoml/stream-op 2022-11-16 20:10:57 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Merge pull request #233 from ytoml/stream-op 2022-11-16 20:10:57 +09:00
build_ast.rs Implement parameter pattern desugaring 2022-10-23 00:56:39 +09:00
Cargo.toml Update version (v0.5.12) 2022-11-16 20:14:17 +09:00
desugar.rs Fix match codegen 2022-11-16 18:59:38 +09:00
error.rs impl Display for ComileErrors 2022-11-17 20:48:42 +09:00
lex.rs add stream operator 2022-11-15 22:54:57 +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 Update parse.rs 2022-11-16 19:54:04 +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.