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

https://github.com/ftomassetti/netmodelingframework

A framework to support meta-modeling and modeling under .NET (à la EMF).
https://github.com/ftomassetti/netmodelingframework

Last synced: about 1 month ago
JSON representation

A framework to support meta-modeling and modeling under .NET (à la EMF).

Awesome Lists containing this project

README

          

NetModelingFramework
====================

A framework to support meta-modeling and modeling under .NET (à la EMF).

It can be used on its own or be integrated with Antlr. In the latter case metamodel classes are generated for each Antrl rule, as well as a wrapper around the original Antlr parser, so that a NMF model is obtained, instead of a Antlr AST.

I developed it while re-engineering an existing DSL using Antlr+C#.