oxygen-lang

The Oxygen programming language.

Usage no npm install needed!

<script type="module">
  import oxygenLang from 'https://cdn.skypack.dev/oxygen-lang';
</script>

README

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