benhurdavies / kalpa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kalpa

This is a project to trying to learn building a programming language.
It is a programming language developing in javascript.

Syntax is similar like

numeric x;
x=5*6;
print 'my age is : '+x;

About

License:MIT License


Languages

Language:JavaScript 100.0%