A CancelScript interpreter written in JavaScript.
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.