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

@@ -1,5 +1,7 @@
mod diff;
mod error;
mod parse;
mod sexp;
pub use diff::compare_document;
pub use parse::emacs_parse_org_document;
pub use sexp::sexp;