Ruby interpreter in JavaScript. WIP.
Via npm on Node:
npm install ruscript
Reference in your program:
var ruscript = require('ruscript');
[TBD]
git clone git://github.com/ajlopez/RuScript.git
cd RuScript
npm install
npm test
TBD
MIT
TBD
Feel free to file issues and submit pull requests — contributions are welcome<
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.