1
0
Fork 0
An Interpreter for the monkey language
Go to file
Ishan Jain aa4e158aab Removed duplicate code, Fixed Clippy warnings
1. Removed usage of Token::new, Token::with_value with token! macro
2. Fixed issues reported by clippy
3. Reorganized imports a little bit
2020-01-29 18:37:40 +05:30
src Removed duplicate code, Fixed Clippy warnings 2020-01-29 18:37:40 +05:30
.gitignore Fixed Parser, Can parse Let statements now 2019-12-25 17:55:15 +05:30
Cargo.lock Added Function Literal parser 2020-01-20 14:45:21 +05:30
Cargo.toml Added Tree walker evaluator 2020-01-21 23:21:51 +05:30
LICENSE Add LICENSE 2020-01-21 15:33:22 +00:00
rust-toolchain Working on parser 2020-01-11 23:26:52 +05:30