monkey.cr 0.2
Monkey
Summury
Monkey is for "Writing An Interpreter in Go".
In the book the Moneky interpreter is written by Go. But in this repository it is written in Crystal. Enjoy Crystal!
Usage
Supported for linux
$ git clone https://github.com/ktanaka101/monkey.git
$ cd monkey
$ crystal build --release ./src/monkey.cr
$ ./monkey
>> 1 + 1
2
>> let a = 10
>> a + 5
15
Contributors
- ktanaka101 Kentaro Tanaka - creator, maintainer
License
MIT
Repository
monkey.cr
Owner
Statistic
- 1
- 0
- 0
- 0
- 0
- over 5 years ago
- November 9, 2018
License
MIT License
Links
Synced at
Mon, 14 Jul 2025 22:28:29 GMT
Languages