zhuowei / rockstar-js

JavaScript transpiler for the esoteric language 'Rockstar'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a work-in-progress implementation of the Rockstar language.

It transpiles Rockstar code to JavaScript.

Usage:

yarn install
yarn build
yarn run transpile program.rock
node program.js

Note: Due to the extremely fast speed of updates to Rockstar, this implementation may not always match the current spec. wolfgang42/rockstar has the version of this spec targeted by this implementation.

Also, since this is a WIP not all of Rockstar works properly yet.

Contributions welcome!

About

JavaScript transpiler for the esoteric language 'Rockstar'

License:MIT License


Languages

Language:JavaScript 100.0%