Introducing a trait for running compares.

This should enable us to invoke compares without needing a reference ast node type.
This commit is contained in:
Tom Alexander
2023-12-27 12:38:21 -05:00
parent 36b80dc093
commit e83417b243
3 changed files with 33 additions and 26 deletions

View File

@@ -1,4 +1,5 @@
mod compare;
mod elisp_compare;
mod runner;
pub use runner::wasm_run_anonymous_compare;