Just barely starting to diff the two parsed forms.

This commit is contained in:
Tom Alexander
2023-04-11 17:35:09 -04:00
parent 5305ae7627
commit 287cc8dea3
5 changed files with 54 additions and 2 deletions

View File

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