haskell / happy

The Happy parser generator for Haskell
Other
273 stars 85 forks source link

Reduce the amount of CPP for attribute grammar support #257

Closed Ericson2314 closed 9 months ago

Ericson2314 commented 9 months ago

We previously had a lot of #ifdef HAPPY_BOOTSTRAP to support mangling with and without attribute grammar support. Now that module is broken up so that we need less.

This hopefully makes the code easier to understand and maintain.