dmc-parser 0.1.0

Typed AST parser for the dmc MDX compiler
Documentation
1
2
3
4
5
6
7
8
pub mod ast;
mod block;
mod inline;
mod jsx;
pub mod parser;
mod table;

pub use parser::{Parser, parse, parse_inline_str};