An open API service indexing awesome lists of open source software.

https://github.com/emmatyping/kolox

An implementation of the the lox language in Kotlin to learn Kotlin and more about programming language design :)
https://github.com/emmatyping/kolox

Last synced: 3 months ago
JSON representation

An implementation of the the lox language in Kotlin to learn Kotlin and more about programming language design :)

Awesome Lists containing this project

README

        

# Kolox

An implementation of a Lox-like language,
which may deviate from the standard if I choose to add my own constructs.

This is kind of a language playground for me to experiment with things such
as new statements (I might implement the when from kotlin) or type checking.