Click or drag to resize

ParseCreateModule Method

Used to create instance of the Module for each ICompilerInput in CompilerParameters.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected virtual Module CreateModule(
	string fileName
)

Parameters

fileName
Type: SystemString
File name.

Return Value

Type: Module
Instance of the Module.
See Also