Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ members = [
"lice",
"lice-scope",
"lice-macros",
"lice-egraph",
]

[workspace.package]
Expand Down
16 changes: 16 additions & 0 deletions lice-egraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
name = "lice-egraph"
description = "Equality Saturation for MicroHs programs"
authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true

[dependencies]
lice = { path = "../lice", features = [ "graph" ] }
egg = "0.9.5"
lice-macros = { path = "../lice-macros" }
parse-display = { version = "0.9" }
ordered-float = "4.2.0"
log = "0.4.21"
clap = { verison = "4.5.4", features = [ "derive" ] }
153 changes: 153 additions & 0 deletions lice-egraph/dots/foo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading