gabriele-tomassetti / code-generation-roslyn

Code generation with Roslyn and parsing with Sprache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Generation with Roslyn: a Skeleton Class from UML

We have already seen some examples of transformation and analysis of C# code with Roslyn. Now we are going to see how to create a more complex example of code generation with Roslyn and parsing with Sprache. We are going to create a skeleton class from a PlantUML file.

You can read a tutorial on this repository at Code Generation with Roslyn: a Skeleton Class from UML

About

Code generation with Roslyn and parsing with Sprache

License:MIT License


Languages

Language:C# 100.0%