Improving my knowledge of Rust by implementing the interpreter from the first part of R. Nystrom's book.
Find a file
Emmanuel BENOîT 363cdab86f Interpreter - Fixed closures
* Environment for function execution is now based on their
    declaration.
  * I had missed that part while skimming over the book.
2023-01-07 08:59:13 +01:00
src Interpreter - Fixed closures 2023-01-07 08:59:13 +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