Improving my knowledge of Rust by implementing the interpreter from the first part of R. Nystrom's book.
Find a file
Emmanuel BENOîT bf8eee7ecb Parser - Loop control statements
* Store a loop parsing state when entering a loop. The parser uses
    this to cause an error when break/continue are found outside a loop.
  * Parse break and continue statements w/ optional identifier
2023-01-02 10:25:48 +01:00
src Parser - Loop control statements 2023-01-02 10:25:48 +01:00
.gitignore Initial, empty project 2022-12-30 15:53:19 +01:00
Cargo.lock Scanner - Support for identifiers and keywords 2022-12-30 20:11:08 +01:00
Cargo.toml Cargo features to control debugging output 2022-12-31 15:26:34 +01:00