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 :)
- Host: GitHub
- URL: https://github.com/emmatyping/kolox
- Owner: emmatyping
- Created: 2017-11-01T01:56:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T04:30:58.000Z (over 7 years ago)
- Last Synced: 2025-03-15T05:38:43.204Z (3 months ago)
- Language: Kotlin
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.