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:
@@ -1,4 +1,5 @@
|
||||
mod compare;
|
||||
mod elisp_compare;
|
||||
mod runner;
|
||||
|
||||
pub use runner::wasm_run_anonymous_compare;
|
||||
|
||||
Reference in New Issue
Block a user