Start writing the parser for headings.

This commit is contained in:
Tom Alexander
2023-03-23 19:35:32 -04:00
parent d3c804942f
commit 5c8a064eca
4 changed files with 101 additions and 8 deletions

View File

@@ -14,6 +14,6 @@ mod parser_with_context;
// mod plain_list;
mod source;
// mod text;
mod token;
// mod token;
mod util;
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;