Improving my knowledge of Rust by implementing the interpreter from the first part of R. Nystrom's book.
Emmanuel BENOîT
bf8eee7ecb
* 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 |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml |