Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 320 Bytes

File metadata and controls

35 lines (23 loc) · 320 Bytes

monkey-kt

Writing an Interpreter in Go Kotlin

Install Kotlin/Native compiler

brew cask install kotlin-native

Test

Run tests once:

make test

Watch source folder and run tests on change

watch "make test" ./src

Compile

make

Run Monkey REPL

./monkey.kexe