mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
![]() Basically, this is using lex_str()'s. This is used lex_multi_line_comment()'s when a new line comes in to update the line number |
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
ast.rs | ||
Cargo.toml | ||
desugar.rs | ||
error.rs | ||
lex.rs | ||
lib.rs | ||
main.rs | ||
parse.rs | ||
README.md | ||
token.rs |
Erg parser
Why isn't this module but crate?
For maintainability. This crate has tests.