This is my monkey programming language project inspired by Writing An Interpreter In Go.
_ツ)_
_/ \_
(/ /⌒⌒\∧)
|((● ●))|
人∧ || / 人
/ ( ‥ ) ∧
| ヽ二二ノ |
∧ \ / ∧
( \ \ / / )
\へ\ミ)(ミ/へ/
(ミ  ̄)( ̄ ミ)
- Docker
bin/run-container cargo build
bin/run-container cargo run
bin/run-container cargo clippy --
If you want the build to fail when encountering warnings, please use bin/run-container cargo clippy -- -D warnings
.
bin/run-container cargo fmt -- --check
bin/run-container cargo test