mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
![]() old version was too slow to recognize nested identical paths because the complete context needed to be analyzed. now the token analysis saves meta information about whether a given token is from the context or the target element. using this we can detect nested identical paths by checking if the context starts at the same position if two token lists are identical. this can be done when ever the index list is full (no gaps), which is a lot sooner than the end of the tokenCombinations call. |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
src/org/eclipse/xtext/xtext/generator | ||
src-gen/org/eclipse/xtext/xtext/generator/parser/antlr/splitting | ||
xtend-gen/org/eclipse/xtext/xtext/generator | ||
.classpath | ||
.project | ||
about.html | ||
build.gradle | ||
build.properties |