/cancelscriptjs

A CancelScript interpreter written in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

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.