标签: .net compiler-construction code-generation reflection.emit
我过去曾使用Reflection.Emit来编写编译器,但我知道标准编译器不使用它,而在an answer to another question here我看到提到有一些事情Reflection.Emit是无法做到。
如果我打算为.NET编写另一个编译器,我应该注意Reflection.Emit有什么限制?