Skip to content

isat7/iSatPlay

Repository files navigation

Description

iSatPl is a simple programing language that compiles to javascript and inspired by roy and zoho delug language

Download and Install iSatpl

Install from npm

npm install iSatPl --save

Currently Added Features

Expression
Print
While
Variable

Usage

a:=4
b:=7
n:=a*b
print n
while a<b [

print a
a:=a+1;
]

Cmds

To Generate Ast

node parse.js myprogram.isatplay 

Cmd Ast To Js(Transpiler)

To Generate Ast

node generate.js myprogram.ast 

To Compile

node run.js myprogram.isatplay

Bug fixes

  • variable re-declaration
  • space and new line

We are Not Responsible for if any damage causes(dont Download without knowledge)

Licensing

  • License Agreement: MIT
  • Author :Balaji

About

it is a programing Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published