Initial return and printing of tree diff output.

This commit is contained in:
Tom Alexander
2023-04-11 18:27:01 -04:00
parent be2d0141a5
commit 6e62bd5ff2
3 changed files with 113 additions and 12 deletions

View File

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