Click or drag to resize

CompilerPipelineSteps Property

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 List<ICompilerStep> Steps { get; }

Property Value

Type: ListICompilerStep
See Also