fartdown 0.1.0

An experimental semantic markup language and static site generator for crafting hypertext documents
Documentation
1
2
3
4
5
pub mod ast;
pub mod parser;
pub mod types;

pub type Error = pest::error::Error<parser::Rule>;