erg/compiler/erg_parser
Shunsuke Shibayama 36402a417e Update fizzbuzz.er
2022-10-09 11:13:13 +09:00
..
tests Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Update ast.rs 2022-10-08 13:51:15 +09:00
build_ast.rs Fix #174 2022-09-22 21:52:06 +09:00
Cargo.toml Update version (v0.5.8) 2022-10-09 00:50:06 +09:00
desugar.rs Fix: desugar elems 2022-10-06 15:57:02 +09:00
error.rs impl Error for CompileError 2022-09-25 23:43:31 +09:00
lex.rs Add execution test 2022-10-01 01:11:31 +09:00
lib.rs Fix #174 2022-09-22 21:52:06 +09:00
main.rs Fix #115, #133 2022-09-11 10:09:42 +09:00
parse.rs Update fizzbuzz.er 2022-10-09 11:13:13 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Add type specification for array and range types 2022-09-28 00:05:23 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.