-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support GHC as the only compiler to build happy generated parsers #278
Conversation
a9793e7
to
014ddd6
Compare
014ddd6
to
3d5a060
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be feasible now to give type signatures to the main functions, such as happyDoAction
, happyShift
and happyGoto
. In my experience, being able to write these down would have helped me quite a bit while developing the resumptive draft.
Otherwise this looks good to me.
f434f2b
to
21f25f8
Compare
21f25f8
to
6c3719d
Compare
Applying a few suggestions on the PR
cad4aab
to
1457766
Compare
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.