mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 00:08:55 +00:00
No description
![]() tests predicate rendering in alternatives, in non-trivial cardinalities, and setup block rendering. in both the production grammar and content assist grammar. added debug grammar generators for production grammar and content assist grammar which use DebugGrammarNaming to avoid null-ptr because of missing adapters in ecore objects. (existing AntlrDebugGrammarGenerator can't be used because setup blocks are handled by AntlrGrammarGenerator and AntlrContentAssistGrammarGenerator respectively, not AbstractAntlrGrammarGenerator.) fixed small details in rendered output (removed guard of rule comment and trimmed setup block). |
||
---|---|---|
.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 | ||
1-gradle-build.sh | ||
2-maven-build.sh | ||
build.gradle | ||
Contribute.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
Jenkinsfile | ||
LICENSE | ||
NOTICE.md | ||
README.md | ||
settings.gradle |
Eclipse Xtext Core Framework
This repository contains the platform-independent language framework of Xtext.
How To Build
Check out and run ./gradlew build
.
Additional command line arguments:
-PcompileXtend=true
activates the Xtend compiler, but this is optional because the generated Java code is included in the repository.-PuseJenkinsSnapshots=true
switches to using the Maven repository generated by the Jenkins build job for xtext-lib. Without this argument, Sonatype snapshots are used.
Continuous Integration
This project is built by the xtext-core multi-branch job on Jenkins.