iSatPl is a simple programing language that compiles to javascript and inspired by roy and zoho delug language
npm install iSatPl --save
a:=4
b:=7
n:=a*b
print n
while a<b [
print a
a:=a+1;
]
To Generate Ast
node parse.js myprogram.isatplay
To Generate Ast
node generate.js myprogram.ast
node run.js myprogram.isatplay
- variable re-declaration
- space and new line
- License Agreement: MIT
- Author :Balaji