0.0.1-alpha • Published 10 years ago

rustscript v0.0.1-alpha

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

RustScript

Rust interpreter in JavaScript. WIP.

Installation

Via npm on Node:

npm install rustscript

Usage

Reference in your program:

var rustscript = require('rustscript');

TBD

Development

git clone git://github.com/ajlopez/RustScript.git
cd RustScript
npm install
npm test

Samples

TBD

License

MIT

References

TBD

Contribution

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.