25 releases

new 0.0.25 Nov 4, 2024
0.0.24 Nov 4, 2024
0.0.21 Oct 31, 2024
0.0.1 Sep 20, 2024

#190 in Programming languages

Download history 115/week @ 2024-09-16 27/week @ 2024-09-23 196/week @ 2024-09-30 264/week @ 2024-10-07 880/week @ 2024-10-14 510/week @ 2024-10-21 768/week @ 2024-10-28

2,597 downloads per month

Apache-2.0 OR MIT

160KB
3.5K SLoC

Slotted E-Graphs

In this repository we've implemented slotted e-graphs.

For a higher level introduction to slotted e-graphs, consider

For an example implementation of a Language with binders in slotted e-graphs, consider the RISE implementation in here.

For documentation, see here.


lib.rs:

Slotted e-graphs are a datastructure for representing congruence relations over terms with variables and binders.

For a higher level introduction to slotted e-graphs, consider

For an example implementation of a Language with binders in slotted e-graphs, consider the RISE implementation in here.

Dependencies

~100KB