mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
![]() our algorithm can't deal with recursive prefixes. that's not a huge problem though since ANTLR uses LL(*) which can't deal with these constructs either. solution for the moment: if the minimal path difference analysis errors out check if more than 2 path are recursive. if so, throw an exception possible improvement for later: just consider predicates and not tokens - similar to ANTLR which falls back to LL(1) |
||
---|---|---|
.. | ||
.settings | ||
emf-gen/org/eclipse/xtext | ||
generator | ||
lib | ||
META-INF | ||
src | ||
src-gen/org/eclipse/xtext | ||
suites/org/eclipse/xtext | ||
testdata/wizard-expectations | ||
xtend-gen/org/eclipse/xtext | ||
.classpath | ||
.gitignore | ||
.project | ||
about.html | ||
build.gradle | ||
build.properties | ||
GenerateAllTestLanguages.mwe2.launch | ||
plugin.properties | ||
plugin.xml | ||
plugin.xml_gen | ||
xtext.tests (xtend).launch | ||
xtext.tests.launch |