mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
No description
![]() This change: - introduces a flag that by default disables creation of stack traces - lets the formatter do a second pass on conflict with that flag enabled This combines the benefits of both worlds: - performance without the need for tweaking - debug information without the need to enable some magic config see https://bugs.eclipse.org/bugs/show_bug.cgi?id=508894 https://bugs.eclipse.org/bugs/show_bug.cgi?id=507174 https://github.com/eclipse/xtext-core/pull/195 Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io> |
||
---|---|---|
.settings | ||
gradle | ||
org.eclipse.xtext | ||
org.eclipse.xtext.ide | ||
org.eclipse.xtext.ide.tests | ||
org.eclipse.xtext.testing | ||
org.eclipse.xtext.testlanguages | ||
org.eclipse.xtext.testlanguages.ide | ||
org.eclipse.xtext.tests | ||
org.eclipse.xtext.util | ||
org.eclipse.xtext.xtext.bootstrap | ||
org.eclipse.xtext.xtext.generator | ||
org.eclipse.xtext.xtext.ide | ||
org.eclipse.xtext.xtext.wizard | ||
releng | ||
.gitignore | ||
.project | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
settings.gradle |
Xtext Core Framework
This repository contains the platform-independent language framework.
How To Build
Check out and run gradlew build
.
Continuos Integration
http://services.typefox.io/open-source/jenkins/job/xtext-core/