This repository implements examples of the Rockstar programming language. It contains the following files:
i-want-to.rock
: Outputs the message "I want to rock!".
Launch the following commands to setup the environment (npm must be installed).
npm install --global yarn
git clone https://github.com/RockstarLang/rockstar
cd rockstar/satriani
yarn install
yarn pegjs
To launch a program, use the following commands:
cd rockstar/satriani
node rockstar "../../<PROGRAM_NAME>.rock"