vexity 0.0.4

Tiny scripting language for hacking on abstractions of financial markets.
Documentation
1
2
3
4
pub mod ast;
pub mod interpreter;
pub mod parser;
pub mod std;