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).
- Host: GitHub
- URL: https://github.com/ftomassetti/netmodelingframework
- Owner: ftomassetti
- License: apache-2.0
- Created: 2014-03-13T08:41:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T10:51:43.000Z (over 11 years ago)
- Last Synced: 2024-04-16T18:15:21.390Z (over 1 year ago)
- Language: C#
- Size: 164 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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#.