Improving my knowledge of Rust by implementing the interpreter from the first part of R. Nystrom's book.
Find a file
Emmanuel BENOîT 8b19f546c8 Parser - Removed handling of 'return' special cases
* This has been implemented in the resolver so it's pretty pointless
    to do it twice
2023-01-11 15:33:41 +01:00
src Parser - Removed handling of 'return' special cases 2023-01-11 15:33:41 +01:00
.gitignore Initial, empty project 2022-12-30 15:53:19 +01:00
Cargo.lock Cargo manifest - Added dependency on itertools 2023-01-02 19:49:27 +01:00
Cargo.toml Cargo manifest - Added dependency on itertools 2023-01-02 19:49:27 +01:00