wrong parse-error line/column numbers at ocaml-menhir backend #380
Labels
bug
Ocaml/Menhir
parser
Issues concerning parser generating
position
Concerning position information in parsed AST
test
Concerning the generated test program
Milestone
the Test*.ml created by the ocaml-menhir backend does not report parse errors with correct line/column numbers. The error is always
Parse error at 0.-1-0.-1
This can for example be checked with this erroneus grammar
test.cf
:and testfile
test_contract.tz
:and execution with
The text was updated successfully, but these errors were encountered: