Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Textual Modeling with Xtext

Revision as of 15:36, 5 October 2010 by Unnamed Poltroon (Talk) (New page: Textual Modeling with Xtext With Xtext you can easily create your own textual domain-specific languages (DSL). The framework supports the development of language infrastructures includin...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Textual Modeling with Xtext


With Xtext you can easily create your own textual domain-specific languages (DSL). The framework supports the development of language infrastructures including compilers and interpreters, provides you with a fully-blown Eclipse-based IDE, and is tightly integrated with the Eclipse Modeling Framework (EMF).

This presentation will give an introduction to Xtext for textual modeling.

Back to the top