Hi!
I'm just having problems with parse failures in my grammar and I saw
that using Haskell we can generate info files and a debugging parser
from the Happy files, but is not working. When I write the command
(for my
cpp.cf file)
bnfc -i Parcpp.y
or
bnfc -da Parcpp.y
the result is "Error: the input file must end with .cf"
I've tried with bnfc 2.2 (debian) and also with 2.4b (binary for linux
i386)
Something also odd is that I can only generate a Testcpp program from
a Makefile generated by Haskell, if I use any other language I have
some odd errors.
Thanks ;)