Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 348 Bytes

quasar

An experimental language for CS 11 (WI 2014)

Running

Install dependencies for quasar by performing npm install.

Then use npm start to boot up the interpreter as it currently stands.

It can assign variables with def and execute existing functions. No function definitions yet.

To quit, type quit or hit CTRL+C.