xtext-core/README.md

14 lines
455 B
Markdown
Raw Normal View History

2017-02-01 15:41:11 +00:00
# Eclipse Xtext Core Framework
2016-06-14 09:26:16 +00:00
2017-02-01 15:41:11 +00:00
This repository contains the platform-independent language framework of Xtext.
2016-06-14 09:26:16 +00:00
## How To Build
2017-02-01 15:41:11 +00:00
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.
2016-06-21 12:34:44 +00:00
## Continuos Integration
http://services.typefox.io/open-source/jenkins/job/xtext-core/