Replace the old nom_context with the contents of new_context.

This commit is contained in:
Tom Alexander
2022-12-03 22:18:37 -05:00
parent 84fa1c3aae
commit 6cfc39ca45
4 changed files with 78 additions and 216 deletions

View File

@@ -1,8 +1,7 @@
mod list;
mod new_context;
mod nom_context;
mod parser_with_context;
mod text;
mod text_element_parser;
pub use text_element_parser::document;
type Context<'r> = &'r new_context::ContextTree<'r>;
type Context<'r> = &'r nom_context::ContextTree<'r>;