Starting to define document parser.

This commit is contained in:
Tom Alexander
2023-03-23 17:59:39 -04:00
parent d98a11059c
commit 6042c44514
2 changed files with 12 additions and 2 deletions

View File

@@ -17,5 +17,3 @@ mod text;
mod token;
mod util;
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;
pub use parser_context::ContextTree;
pub use plain_list::item;