Move the document parser inside text_element_parser.

This is to put the context-sensitive parsers together during this early development stage.
This commit is contained in:
Tom Alexander
2022-11-26 19:14:19 -05:00
parent a09c6838b3
commit 77f02a21b9
2 changed files with 21 additions and 13 deletions

View File

@@ -2,4 +2,4 @@ mod nom_context;
mod parser_with_context;
mod text;
mod text_element_parser;
pub use text::document;
pub use text_element_parser::document;