wcore 0.5.1

A highly abstracted mathematical programming language
Documentation
1
2
3
4
5
6
pub mod evaluator;
mod lexer;
pub mod models;
mod parser;
mod stdlib;
mod utils;