Improving my knowledge of Rust by implementing the interpreter from the first part of R. Nystrom's book.
Emmanuel BENOîT
6dceae73a0
* Ensure all locals are defined before they are used. * Prevent functions declared using fun from being assigned to. * Mark locals as used when they are accessed. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml |