Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balazssimon authored Aug 20, 2016
1 parent 494c605 commit 5bf1251
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 5bf1251

Please sign in to comment.