monkey.cr 0.2

Monkey interpreter by Crystal.

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

License

MIT

Repository

monkey.cr

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 0
  • almost 6 years ago
  • November 9, 2018
License

MIT License

Links
Synced at

Sun, 14 Sep 2025 17:07:03 GMT

Languages