Move the parsing of the elisp to the util module.

This commit is contained in:
Tom Alexander
2023-12-27 08:46:18 -05:00
parent c2e921c2dc
commit c717541099
5 changed files with 148 additions and 149 deletions

View File

@@ -4,7 +4,6 @@ mod compare_field;
mod diff;
mod elisp_fact;
mod macros;
mod parse;
mod sexp;
mod util;
pub use compare::run_anonymous_compare;