Click or drag to resize

CompilerParametersPipeline Property

CompilerPipeline is an ordered list of ICompilerStep implementations that should be executed in sequence.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CompilerPipeline Pipeline { get; set; }

Property Value

Type: CompilerPipeline
See Also