Rust interpreter in JavaScript. WIP.
Via npm on Node:
npm install rustscript
Reference in your program:
var rustscript = require('rustscript');
[TBD]
git clone git://github.com/ajlopez/RustScript.git
cd RustScript
npm install
npm test
TBD
MIT
- The Rust Reference
- Rust Programming Language
- Rust Documentation
- The Rust Programming Language
- Rust (Programming Language) in Wikipedia
- The Rust Language Tutorial
- The Rust Reference Manual
- Operator precedence
- Why using Rust does passing a mutable struct to a function result in immutable fields?
- Purging Proc (about unboxed closure)
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.