haskell / happy

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

Support GHC as the only compiler to build happy generated parsers #278

Closed Kariiem closed 3 weeks ago

Kariiem commented 1 month ago

This PR removes all the code related -g/--ghc args, making it on by default, removing all conditional code based on it, so that the generated parsers can only build with GHC compiler.

@int-index @Ericson2314 @sgraf812 This PR is has another commit, from #276, ignore it for now, I based the second commit on it just to make merging both easier, rather than doing rebase/merge later.

Kariiem commented 3 weeks ago

@sgraf812 I did a rebase on master after merging #276