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
BNFC should generate IsString instances for Ident all the user-defined token types.
Ident
That would make it easier to build trees when using BNFC to generate pretty printers for code generation.
The text was updated successfully, but these errors were encountered:
[#192] Haskell: Generate IsString instances for token types
f58014a
The newtype created for Ident and user-defined tokens are now instances of IsString. This makes it easier to build tree if you want to use bnfc's pretty printer for code generation. Close #192
I fixed this afresh, not using the existing solution #284, which does not merge reasonably any more.
Sorry, something went wrong.
adf84ed
andreasabel
Successfully merging a pull request may close this issue.
BNFC should generate IsString instances for
Ident
all the user-defined token types.That would make it easier to build trees when using BNFC to generate pretty printers for code generation.
The text was updated successfully, but these errors were encountered: