Status: New
Owner: ----
New issue 69 by
fafou...@gmail.com: Parser is not precise enough with
signatures
http://code.google.com/p/teyjus/issues/detail?id=69
If you forget a "." in a sig file at the end of the file you obtain a not
very informative message:
Fatal error: exception Parsing.Parse_error
Adding the line
| error EOF { genericError "signature" }
for the signdecl rule in source/compiler/lpyacc.mly (line 335) gives a much
better information (at least the line):
foo.sig(7,0) : Error : Unexpected input while parsing signature