Skip to content

Playing around with the Rockstar programming language

Notifications You must be signed in to change notification settings

uliseshdzc/i-want-to-rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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"

About

Playing around with the Rockstar programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published