oxygen-lang
v0.0.1
Published
The Oxygen programming language.
Downloads
10
Readme
oxygen 
Oxygen programming language (written in pure NodeJS)
Usage (Exposed API):
var run = require('oxygen-lang').run;
run('add 1 2 3 4') => 10Additional features include:
var parse = require('oxygen-lang').parse;
console.log(JSON.stringify(parse('add 1 2 3 5'), null, 2)) //=> outputs the expression treeAdditional Information
Dependencies: None
Author: Manan Shah <[email protected]>
Version: 0.0.1-alpha
Last Updated: 9/15/2014