lini 1.0.0-alpha.0

Pretty diagrams, charts, and technical drawings from plain text, with fine-grained control. Compiles to clean, themeable SVG.
Documentation
1
2
3
4
5
//! The syntax front end [SPEC 21]: a token stream parsed into the [`ast`] by
//! the recursive-descent [`parser`]. `resolve` consumes the resulting `File`.

pub mod ast;
pub mod parser;