mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
13 lines
455 B
Markdown
13 lines
455 B
Markdown
# Eclipse Xtext Core Framework
|
|
|
|
This repository contains the platform-independent language framework of Xtext.
|
|
|
|
## How To Build
|
|
|
|
Check out and run `./gradlew build`.
|
|
|
|
The additional command line argument `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository.
|
|
|
|
## Continuos Integration
|
|
|
|
http://services.typefox.io/open-source/jenkins/job/xtext-core/
|