lini 0.2.0

A small, human-readable language for plain-text diagrams that compiles to clean 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;