Closed andreasabel closed 4 years ago
The newtype created for Ident and user-defined tokens are now instances of IsString. This makes it easier to build trees manually if you want to use bnfc's pretty printer for code generation.
Closes #192.
The implementation of cfToAbstract has diverged so much that it is easier to reimplement feature #192 thank trying to merge this PR.
cfToAbstract
The newtype created for Ident and user-defined tokens are now instances of IsString. This makes it easier to build trees manually if you want to use bnfc's pretty printer for code generation.
Closes #192.