Improving my knowledge of Rust by implementing the interpreter from the first part of R. Nystrom's book.
Find a file
Emmanuel BENOîT bd156e619f Trying to implement variable lookup and failing hard
* I'll probably have to rewrite environments as a Vec<HashMap> to make
    things simpler
2023-01-06 08:05:33 +01:00
src Trying to implement variable lookup and failing hard 2023-01-06 08:05:33 +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