kiniry / Mobius

4 stars 8 forks source link

unexpected input errors due to bad identifiers are not turned into markers #643

Open atiti opened 11 years ago

atiti commented 11 years ago

E.g., {{{ /Local/Sandboxes/workspace_josu/FReSHBON/specs/fresh.bon:111: Unexpected input '' _first: IPARALLEL_UNIT ^ }}}

atiti commented 11 years ago

From: fintan (GH: fintanf) Date: Thu Dec 17 15:17:58 2009

A '_' at the start of an identifier is an error that is caught by the lexer, but for some reason does not result in an error. I believe it then performs single character deletion/ignoring and therefore no further errors are seen.

I will find out why an error is not being produced by bonc.

atiti commented 11 years ago

From: fintan (GH: fintanf) Date: Fri Dec 18 11:57:15 2009

Fixed in [75506].