Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 653 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 653 Bytes

I want to rock!

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!".

Setup

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

Launch a program

To launch a program, use the following commands:

cd rockstar/satriani
node rockstar "../../<PROGRAM_NAME>.rock"