Skip to content

ktanaka101/monkey.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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