Skip to content

cybergrouch/klox

Repository files navigation

klox

Lox interpreter implemented in Kotlin

$ ./gradlew clean assemble
$ ./gradlew lintKotlin
$ ./gradlew formatKotlin

After executing the assembly task (see: Assembling)

$ java -jar build/libs/shadow-klox-1.0-SNAPSHOT-all.jar 

External Links

About

Lox interpreter implemented in Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages