Oxygen programming language (written in pure NodeJS)
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
Dependencies: None
Author: Manan Shah <mananshah777@gmail.com>
Version: 0.0.1-alpha
Last Updated: 9/15/2014