Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/balazssimon/meta-cs
Browse files Browse the repository at this point in the history
  • Loading branch information
balazssimon committed Aug 20, 2016
2 parents 93a998f + 5bf1251 commit ec0e7dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
MetaDslx is a user friendly metamodeling framework for .NET.

MetaDslx supports the following features:
* implementing domain specific languages
* extending ANTLR4 grammars with annotations
* creating compilers with semantic analysis for domain specific languages
* implementing domain specific languages (DSLs)
* lock-free thread-safe immutable semantic object models
* auto generated syntactic and semantic compilation of DSLs to semantic models
* compilers with a Roslyn-style public API, based on ANTLR4 grammars extended with semantic annotations
* creating user friendly template-based code generators
* generating syntax highlighters for Visual Studio

Expand Down

0 comments on commit ec0e7dd

Please sign in to comment.