xtext-core/tests
Moritz Eysholdt cc4beb3446 [serializer] implemented a fail-early strategy for sequencing
The backtracking algorithm of the semantic sequencer now avoids paths
that can not lead to a successful consumption of all EOBject's values.

To do so, every node of the state machine has knowledge about all
EStructuralFeatures which its subsequent nodes refer to. If an EObject
has unconsumed values within EStructuralFeatures that are not part of
this list, the algorithm will not proceed past this node.
2012-04-03 23:57:22 +02:00
..
org.eclipse.xtext.junit4.tests set UNIX-style linebreaks all over the Xtext codebase 2012-03-01 15:04:38 +01:00
org.eclipse.xtext.testlanguages [releng] increment version to 2.3.0 2012-01-09 13:05:47 +01:00
org.eclipse.xtext.tests [serializer] implemented a fail-early strategy for sequencing 2012-04-03 23:57:22 +02:00