首页 > 其他 > 详细

Roslyn Cookbook

时间:2019-01-01 22:04:35      阅读:340      评论:0      收藏:0      [点我收藏+]

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

?

? Design and Implement a New C# Language Feature

    1. New language feature: Switch Operator (?::)
    1. Getting Started
    2. How to do it...
    3. How it works...
    1. Getting Started
    2. How to do it...
    3. How it works...
    1. Getting Started
    2. How to do it...
    3. How it works...
    4. There‘s more...
    1. Getting Started
    2. How to do it...
    3. How it works...
    1. Getting Started
    2. How to do it...

Roslyn Cookbook

原文:https://www.cnblogs.com/xiexiaokui/p/10206267.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!