xtext-core/org.eclipse.xtext
overflowerror e16e1c2ac3 fix for endless prefix problem
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)
2022-02-11 16:33:24 +01:00
..
.settings [#1499] Enable JavaDoc validation on org.eclipse.xtext (#1500) 2020-05-20 17:11:07 +02:00
emf-gen/org/eclipse/xtext get debug and token limit from ecore model 2022-01-17 17:13:57 +01:00
META-INF [eclipse/xtext#1649] update to ASM 8.0 2020-04-28 08:27:41 +02:00
org/eclipse/xtext made ecore model portable 2022-02-02 17:16:28 +01:00
packrat/org/eclipse/xtext [eclipse/xtext#1176] Migrate to EPL 2.0 2020-02-11 12:02:02 +01:00
schema Moved projects to root of repository 2016-06-14 08:30:25 +02:00
src added benchmark for hoisting & fixed caching 2022-01-28 20:18:35 +01:00
src-gen/org/eclipse/xtext changed 'static' keyword to 'setup' 2022-01-18 15:43:03 +01:00
xtend-gen/org/eclipse/xtext/generator/trace/node fix for endless prefix problem 2022-02-11 16:33:24 +01:00
.classpath Make bin/main also the default output directory to avoid buildship confusion 2019-02-10 14:55:03 +01:00
.gitignore Remove redundant .gitignore rules 2016-06-14 15:31:26 +02:00
.project [eclipse/xtext#1573] Ensure that all plugins do have a ManifestBuilder 2019-11-04 14:34:21 +01:00
about.html [eclipse/xtext#1176] Migrate to EPL 2.0 2020-02-11 12:02:02 +01:00
about.ini [https://github.com/eclipse/xtext/issues/1486] 2019-09-25 16:47:55 +02:00
about.mappings Moved projects to root of repository 2016-06-14 08:30:25 +02:00
about.properties Update copyright 2018-05-15 06:10:10 +02:00
build.gradle [https://github.com/eclipse/xtext/issues/1486] 2019-09-28 15:07:48 +02:00
build.properties Add output folders to build.properties 2019-11-18 08:42:38 +01:00
plugin.properties Added missing build.properties, fixed a couple of warnings 2019-11-18 08:42:38 +01:00
plugin.xml [eclipse/xtext#1176] Migrate to EPL 2.0 2020-02-11 12:02:02 +01:00
xtext32.png [eclipse/xtext#1486] made png transparent 2019-10-12 18:50:42 +02:00