Click or drag to resize

CompilerPipelineAdd Method

Adds step to the pipeline.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CompilerPipeline Add(
	ICompilerStep step
)

Parameters

step
Type: Syntactik.CompilerICompilerStep

Return Value

Type: CompilerPipeline
Current instance of the pipeline.
See Also