Move the sexp parser into the parser crate.

We need to parse sexp for diary sexp.
This commit is contained in:
Tom Alexander
2023-04-21 20:32:51 -04:00
parent 9d5b078c64
commit 7de72cab23
7 changed files with 4 additions and 8 deletions

View File

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