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.
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.