0.0.1 • Published 10 years ago

oxygen-lang v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

oxygen Build Status

Oxygen programming language (written in pure NodeJS)

Usage (Exposed API):

var run = require('oxygen-lang').run;
run('add 1 2 3 4') => 10

Additional features include:

var parse = require('oxygen-lang').parse;
console.log(JSON.stringify(parse('add 1 2 3 5'), null, 2))  //=> outputs the expression tree

Additional Information

Dependencies: None
Author: Manan Shah <mananshah777@gmail.com>
Version: 0.0.1-alpha
Last Updated: 9/15/2014