egraphs-good / eggcc

MIT License
42 stars 8 forks source link

Add snapshots #439

Closed Alex-Fischman closed 5 months ago

Alex-Fischman commented 5 months ago

This PR enables snapshot testing for bril files. Most of the complexity is removing a hashmap-iteration by replacing it with a sorted vector.