ktanaka101 / monkey.cr

Monkey interpreter by Crystal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Monkey interpreter by Crystal.

License:MIT License


Languages

Language:Crystal 100.0%