Invoke the document parser.

This commit is contained in:
Tom Alexander
2023-03-25 11:27:38 -04:00
parent 3c26933e7f
commit 2ab407bb83
2 changed files with 5 additions and 4 deletions

View File

@@ -16,4 +16,5 @@ mod source;
// mod text;
// mod token;
mod util;
pub use document::document;
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;