Skip to content

Bastacyclop/egg-sketches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketches for egg

Main branch docs

egg-sketches is a library adding support for program sketches on top of the egg (e-graphs good) library, an e-graph library optimized for equality saturation. Sketches are program patterns that are satisfied by a family of programs. They can also be seen as incomplete or partial programs as they can leave details unspecified.

This library is born from our paper on Guided Equality Saturation, a semi-automatic technique that allows programmers to guide rewriting with, for example, program sketches.

Please cite our paper if you use this repository for your research!

BibTeX
@article{2024-guided-eqsat,
author = {Koehler, Thomas and Goens, Andr\'{e}s and Bhat, Siddharth and Grosser, Tobias and Trinder, Phil and Steuwer, Michel},
title = {Guided Equality Saturation},
year = {2024},
issue_date = {January 2024},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {8},
number = {POPL},
url = {https://doi.org/10.1145/3632900},
doi = {10.1145/3632900},
journal = {Proc. ACM Program. Lang.},
month = {jan},
articleno = {58},
numpages = {32},
keywords = {theorem provers, e-graphs, equality saturation, optimizing compilers}
}

About

sketches for egg: a flexible, high-performance e-graph library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published