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
With the hint in haskell/happy#173 (comment), the --glr mode can be tested again.
--glr
Makefile
happy
--ghc --coerce
Test
The text was updated successfully, but these errors were encountered:
32a3d82
Sorry for commenting on this dead issue, but I'm rather confused. The output of bnfc --help (version 2.9.3) states that GLR parsing is deprecated
--glr Output Happy GLR parser [deprecated]
Yet, this issue is closed. Is GLR parsing supported? I was unable to find any mention of this elsewhere.
Sorry, something went wrong.
Sorry for the confusion, @depsterr. It is still supported, but deprecated, because it is not supported well upstream (by happy). In the future, the --glr option might be removed. So far, I am supporting it.
andreasabel
No branches or pull requests
With the hint in haskell/happy#173 (comment), the
--glr
mode can be tested again.Makefile
to drophappy
options--ghc --coerce
when--glr
is used.Test
.The text was updated successfully, but these errors were encountered: