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

@@ -61,7 +61,7 @@ fn write_header(test_file: &mut File) {
use organic::compare_document;
use organic::parser::document;
use organic::emacs_parse_org_document;
use organic::sexp;
use organic::parser::sexp::sexp;
"#
)