erg/compiler/erg_parser
GreasySlug f1dd25e508 Update: add closure for error and, line and col
The length of the string is calculated as the rightmost
newline or 0, and that is the message of the error
2022-09-20 16:05:53 +09:00
..
tests Test: check that multiple lines are displayed 2022-09-19 16:03:10 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Update Parser 2022-09-14 11:17:19 +09:00
Cargo.toml Update version (v0.4.7) 2022-09-15 19:20:53 +09:00
desugar.rs Impl some unimplemented parsing methods 2022-09-10 22:44:04 +09:00
error.rs Add AtomicStr 2022-09-14 12:11:06 +09:00
lex.rs Update: add closure for error and, line and col 2022-09-20 16:05:53 +09:00
lib.rs Follow clippy warnings 2022-09-10 17:32:25 +09:00
main.rs Fix #115, #133 2022-09-11 10:09:42 +09:00
parse.rs Update ErgConfig and Runnable 2022-09-16 02:21:04 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Fix parser bugs 2022-09-08 00:55:25 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.