Open thiskappaisgrey opened 6 months ago
This PR adds the rewrite rule generation from Serialized Egraph. It's a WIP right now (still need to generate the module defs), but the LHS is mostly done.
@thiskappaisgrey can you fix clippy warnings? cargo clippy --fix
cargo clippy --fix
@gussmith23 I did but clippy --fix only affected tests/interpreter_tests.rs which I didn't touch in my PR.
clippy --fix
tests/interpreter_tests.rs
This PR adds the rewrite rule generation from Serialized Egraph. It's a WIP right now (still need to generate the module defs), but the LHS is mostly done.