-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Michael Ketting edited this page Nov 5, 2017
·
3 revisions
TypePipe follows a pipeline approach which allows multiple independent participants to generate code collaboratively. Each participant gets a model of the code to be generated represented by a set of mutable reflection classes. The modifications to these classes are recorded and later translated into executable code.
TypePipe uses Expression trees to represent method bodies and takes advantage of the DLR LambdaCompiler to generate IL code for them. Read more.
The source code repository for TypePipe can be found at https://github.com/re-motion/TypePipe.
See Getting Started