Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/balazsgrill/temon
- Owner: balazsgrill
- License: epl-1.0
- Created: 2013-10-17T11:35:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T17:17:37.000Z (about 10 years ago)
- Last Synced: 2024-04-01T16:25:09.175Z (7 months ago)
- Language: Java
- Homepage: http://balazsgrill.github.io/temon/
- Size: 7.12 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 inputCurrent 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