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

@@ -21,6 +21,7 @@ mod parser_with_context;
mod plain_list;
mod plain_text;
mod property_drawer;
pub mod sexp;
mod source;
mod table;
mod util;