Click or drag to resize

CompileToFiles Constructor

Creates instance of pipeline.

Namespace:  Syntactik.Compiler.Pipelines
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CompileToFiles(
	bool generateComments = false
)

Parameters

generateComments (Optional)
Type: SystemBoolean
If true generates XML comments.
See Also