isatplay

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i isatplay

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

24.1 kB

Total Files

38

Last publish

Collaborators

  • isat07