mhorod / cacophony

Repo for epic compiler project made for Compilers course on TCS, JU
7 stars 0 forks source link

DFA minimalization #44

Closed MisieqqeisiM closed 3 weeks ago

KacperTopolski commented 3 weeks ago

Looks mainly good, please add some comments to the code, for example what is cache, preimages, etc.

Added a few comments to public methods.

cache is just an implementation detail (it is a private field after all), so I don't think having a comment there is necessary.