Home

Awesome

Build Status

Rokkstar

This is a WIP parser and interpreter for the rockstar programming language, written in Kotlin.

Project layout

Using the runner via gradle

# starts the api on port 8080 (`Listen to ...` will always receive empty strings)
./gradlew run --args='api 8080'

# launches the interpreter on the given file (Will not work with `Listen to ...`, you have to run it manually in that case)
./gradlew run --args='run <file>'

Starting the api in a docker container

# start the api on port 8080
docker run --rm -p 8080:8080 ascheja/rokkstar api 8080

Plans for the future

Known Issues