An Interpreter for the monkey language
Go to file
ishanjain28 62fd586acb Added If/Else Evaluator
1. Added If Else evaluator
2. Added tests to support expression evaluator
3. Fixed issues reported by clippy
2020-01-21 23:51:09 +05:30
src Added If/Else Evaluator 2020-01-21 23:51:09 +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