kemcholang
TypeScript icon, indicating that this package has built-in type declarations

1.2.7 • Public • Published

Welcome to kemcholang

  • A Programming Language For Gujjus,
  • Coding with a touch of fun
  • A fun programming language written in typescript

enter image description here

Usage

import  execute  from  "kemcholang";

let  code  =  `kem cho

aa che a = 20
aa che b = 30
aa che c = 70

jo (a > b){

    jo(a > c){
	    batavo "a is greater"
    }
    nahitar{
	    batavo "c is greater"
    }
}
ka ( b > c ) {
    batavo "b is greater"
}
nahitar{
    batavo "c is greater"
}

aavjo`;

try  {

    let  result  =  execute(code);
    console.log(result);

}  catch  (err)  {
    console.log(err.name  +  " : "  +  err.message);
}

DEMO

Live Demo

Playground

Online Playground

Documentation

See Documentation

Package Sidebar

Install

npm i kemcholang

Weekly Downloads

2

Version

1.2.7

License

ISC

Unpacked Size

45.1 kB

Total Files

23

Last publish

Collaborators

  • darshanbalar40