Skip to content

LightningLaser8/ISL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISL

Basic programming language interpreter in JavaScript.
Provides basic programming language functionality such as variables and functions through easy-to-use keywords and labels, within a highly extensible context.

Extensive configuration on the interpreter allows most aspects of execution to be controlled within the host program.

Allows (optional) interface with the main program outside of extensions, using import and export.

Extra things such as extensions and tools can be found here -> ISL Language