mazer-core 0.12.0

A minimal, simple math markup language that compiles to HTML, written in Rust
Documentation
1
2
3
4
5
6
7
8
pub mod document;
pub mod interpreter;
pub mod parser;
pub mod tokenizer;
pub mod codegen;
pub mod evaluation;
pub mod pretty_err;
pub mod tests;