Closed gdetrez closed 4 years ago
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.
I fixed this afresh, not using the existing solution #284, which does not merge reasonably any more.
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.