Roslyn Cookbook
by Manish Vasani
Publisher: Packt Publishing
Release Date: July 2017
ISBN: 9781787286832
Design and Implement a New C# Language Feature
In this chapter, we will cover the following recipes:
- Designing syntax and grammar for a new C# language feature
- Implementing parser support for a new C# language feature
- Implementing binding/semantic analysis support for a new C# language feature
- Implementing lowering/code generation support for a new C# language feature
- Writing unit tests for C# parsing, binding, and codegen phases