lini 0.11.1

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

pub mod ast;
pub mod parser;