Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/balazsgrill/temon

TExtual MOdel Notation library for EMF
https://github.com/balazsgrill/temon

Last synced: 19 days ago
JSON representation

TExtual MOdel Notation library for EMF

Awesome Lists containing this project

README

        

Temon
==============

TExtual MOdel Notation library for Eclipse Modeling Framework

This is a textual modeling framework for EMF sligthly similar to Xtext of EMFText with a few differences:

* No code generation is needed - Grammar model is used at runtime
* Structure of AST is not stictly connected to the domain model
* Very flexible, regular expression based tokenizing
* Uses a modified Earley algorithm instead of Antlr - supports full set of context-free grammars
* Capable of recovering and partial parsing of erroneous input

Current features

* Convenient syntax for grammar definitions
* Basic grammar with commonly used elements (optional)
* Syntax-highlighting editor with outline view
* Syntax error markup and annotation
* Content assist support