A lovely comment

Akim Demaille <[email protected]> Wed, 13 Jan 2021 06:45:12 +0100
Newsgroups gmane.comp.parsers.bison.patches
Message-ID <[email protected]>
I meant to share with you a comment I just found in reduce.c.

/*-------------------------------------------------------------------.
| Another way to do this would be with a set for each production and |
| then do subset tests against N0, but even for the C grammar the    |
| whole reducing process takes only 2 seconds on my 8Mhz AT.         |
`-------------------------------------------------------------------*/

Cheers!