Click or drag to resize

ParseGetParser Method

Creates instance of Parser to be used by this step.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected virtual Parser GetParser(
	Module module,
	ICharStream input
)

Parameters

module
Type: Syntactik.DOMModule
Instance of Module.
input
Type: Syntactik.IOICharStream
Input stream for the parser.

Return Value

Type: Parser
Instance of Parser.
See Also