Skip to content

xtyrrell/cancelscriptjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.