gelisam / klister

an implementation of stuck macros
BSD 3-Clause "New" or "Revised" License
129 stars 11 forks source link

reorganize the lambda-case explanation #180

Closed gelisam closed 1 year ago

gelisam commented 1 year ago

There were so many comments that I couldn't see the forest for the trees. Instead of interleaving the comments and the code, the comments are now all at the bottom, referring to discreet numbers identifying the interesting lines of the code.

gelisam commented 1 year ago

I should probably mention that the reason the comments are so detailed is because this is the first code link in the README, so this is the file which teaches visitors how to read Klister code. Depending on their background, it might not yet be detailed enough!

gelisam commented 1 year ago

Merging without review, as I don't think small documentation improvements need that much scrutiny at this stage.