0.0.1 • Published 7 years ago
rlie v0.0.1
Rlie
R-like interpreter in JavaScript. WIP.
Install
Run
npm instal rlieUsage
const rlie = require('rlie');
const vector = rlie.evaluate('c(1, 2, 3)');
console.dir(vector.elements());Version
- 0.0.1 Published, simple evaluate, first sample
References
To Do
- Sort operations on vectors
- Trigonometric operations
- Matrix support
- Index vectors
- Logical vectors coarse to numbers in arithmetic operations
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.
0.0.1
7 years ago
0.0.1-alpha
7 years ago