Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 306 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 306 Bytes

CancelScriptJS

A CancelScript interpreter written in JavaScript.

Usage

Clone the project, enter the cancelscriptjs directory, and run

node interpreter.js

in your terminal emulator.

Then, type the source code of your CancelScript program and hit enter. CancelScriptJS will run your code.