pink-runtime 0.1.1

A very minimal replecement based DSL, intended for math.
Documentation
1
2
3
4
5
6
7
8
9
// #![warn(missing_docs)]

mod engine;
mod matching;
mod parser;

pub use engine::Runtime;
pub use engine::Structure;
pub use parser::parse_file;