eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[parser] Review backtracking error recovery grammar #493

Closed eclipse-ocl-bot closed 1 month ago

eclipse-ocl-bot commented 1 month ago

| --- | --- | | Bugzilla Link | 298630 | | Status | CLOSED WONTFIX | | Importance | P3 normal | | Reported | Dec 30, 2009 02:40 EDT | | Modified | May 29, 2012 13:21 EDT | | Reporter | Ed Willink |

Description

The LPG 2 parser gives slightly different diagnosis of errors causing the bcaktracking tests to fail.

The use of ERROR_TOKEN in EssentialOCLErrors.g was slightly pragmatic.

While the change is a nuisance, it may provide an opportunity to do better; this may be an area where the parser has improved.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Jun 26, 2010 10:52

The backtracking parser supports multiple diagnosis in editors, which are now supported by Xtext. The backtracking parser is heading for deprecation and so further development is unlikely.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on May 27, 2011 02:58

Closing WONTFIXes.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on May 29, 2012 13:21

Closing all bugs resolved in Indigo.

heyan6666 commented 1 month ago

hi