Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update README.md #27

wants to merge 2 commits into from

Conversation

segeljakt
Copy link
Contributor

@segeljakt segeljakt commented Mar 8, 2024

Add lyneate, lerr and egglog

Add `lyneate`, `lerr` and `egglog`
README.md Outdated
- [`peepmatic`](https://crates.io/crates/peepmatic) A DSL for peephole optimizations and compiler for generating peephole optimizers from them
- [`egglog`](https://crates.io/crates/egglog) Egglog is a language that combines the benefits of equality saturation and datalog. It can be used for analysis, optimization, and synthesis of programs. It is the successor to the popular Rust Library egg.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't able to find anywhere that egg or egglog use this successor verbiage, so it seems a bit strong to me.
In the Egg README they describe it as

an alternative approach to equality saturation based on Datalog.

So I would suggest something along the lines of
"It provides an alternative approach to the popular Rust Library egg."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read it here:
image
I can remove it though

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha, was hiding in the Cargo.toml not the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants