We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug can be triggered e.g. with BNFC's own grammar.
$ runbnfc.sh ocaml BNFC.cf ... writing new file ocaml/PrintBNFC.ml ... ocamlc -o TestBNFC BNFC_Util.ml AbsBNFC.ml SkelBNFC.ml ShowBNFC.ml PrintBNFC.ml ParBNFC.mli ParBNFC.ml LexBNFC.ml TestBNFC.ml File "PrintBNFC.ml", line 112, characters 2-3: 112 | | (_,x::xs) -> (concatD [prtDef 0 x ; render ";" ; prtDefListBNFC 0 xs]) ^ Error: Syntax error
This problem exists at least in versions 2.8.1 -- 2.9.0.
The text was updated successfully, but these errors were encountered:
fe96cbd
[ re #330 ] don't confine to parsable rules in printer
53a3e6a
Maybe this was a sleeping bug for internal list categories, which wouldn't get a printer.
andreasabel
No branches or pull requests
Bug can be triggered e.g. with BNFC's own grammar.
This problem exists at least in versions 2.8.1 -- 2.9.0.
The text was updated successfully, but these errors were encountered: