# xtext **Repository Path**: mirrors_eclipse/xtext ## Basic Information - **Project Name**: xtext - **Description**: Eclipse Xtextâ„¢ is a language development framework - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Gitter](https://badges.gitter.im/eclipse/xtext.svg)](https://gitter.im/eclipse/xtext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Eclipse Chat](https://img.shields.io/matrix/xtext:matrix.eclipse.org)](https://chat.eclipse.org/#/room/#xtext:matrix.eclipse.org) # Eclipse Xtextâ„¢ Eclipse Xtext is a framework for the development of programming languages and [domain-specific languages](https://en.wikipedia.org/wiki/Domain-specific_language). It covers all aspects of a complete language infrastructure, from parser, over linker, compiler, or interpreter to fully-blown top-notch IDE integration for Eclipse and Web-based IDEs. Further, languages developed with Xtext can be integrated into editors supporting the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol) (e.g. [VS Code](https://code.visualstudio.com/), [Eclipse Che](https://www.eclipse.org/che/)). Xtext comes with great defaults for all the necessary services. At the same time these can be easily tailored to your individual needs. More information can be found on https://eclipse.dev/Xtext/. ## Quick Access - [All Open Pull Requests](https://github.com/search?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+repo%3Aeclipse-xtext%2Fxtext+repo%3Aeclipse-xtext%2Fxtext-website+&type=pullrequests) - [All Open Issues](https://github.com/search?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+repo%3Aeclipse-xtext%2Fxtext+repo%3Aeclipse-xtext%2Fxtext-website&type=issues&ref=searchresultsopen+repo%3Aeclipse%2Fxtext+repo%3Aeclipse%2Fxtext-website) - [Good First Issues](https://github.com/search?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+repo%3Aeclipse-xtext%2Fxtext+repo%3Aeclipse-xtext%2Fxtext-website+label%3A%22good+first+issue%22&type=issues) - [All Open Issues of Milestone Release_2.40](https://github.com/search?utf8=%E2%9C%93&q=is%3Aissue+milestone%3ARelease_2.40+is%3Aopen+repo%3Aeclipse-xtext%2Fxtext+repo%3Aeclipse-xtext%2Fxtext-website&type=issues) ## Developer Resources - [Contributing](CONTRIBUTING.md): report bugs, setup your workspace, submit your changes, etc. - [Quality Guidelines](QUALITY_GUIDELINES.md): how to craft high-quality code changes, commits and pull-requests. - [Builds](Builds.md): details about the build infrastructure and release process.