No description
Find a file
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
plugins [serializer] implemented a fail-early strategy for sequencing 2012-04-03 23:57:22 +02:00
releng/org.eclipse.xtext.releng [releng] freaking around with poms 2011-12-01 17:45:23 +01:00
tests [serializer] implemented a fail-early strategy for sequencing 2012-04-03 23:57:22 +02:00