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
  • over 5 years ago
  • November 9, 2018
License

MIT License

Links
Synced at

Tue, 17 Jun 2025 03:09:14 GMT

Languages