From 5bf1251377b351a37c31ada614c2178ed4846870 Mon Sep 17 00:00:00 2001 From: Balazs Simon Date: Sat, 20 Aug 2016 16:18:22 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4ca67813..95111dcad 100644 --- a/README.md +++ b/README.md @@ -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