Skip to content

Interpreter for the Monkey Language written in Kotlin

Notifications You must be signed in to change notification settings

nlochschmidt/monkey-kt

Repository files navigation

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

About

Interpreter for the Monkey Language written in Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published