Move the logic functions into their own module.

This commit is contained in:
Tom Alexander
2023-12-27 19:22:43 -05:00
parent 5a64db98fe
commit 121c0ce516
3 changed files with 185 additions and 180 deletions

View File

@@ -1,6 +1,7 @@
mod compare;
mod diff;
mod elisp_compare;
mod logic;
mod macros;
mod runner;