Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler.Steps
Parse Class
Parse Methods
CreateModule Method
Dispose Method
DoParse Method
GetParser Method
Initialize Method
Run Method
Parse
GetParser 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#
Copy
protected
virtual
Parser
GetParser
(
Module
module
,
ICharStream
input
)
Parameters
module
Type:
Syntactik.DOM
Module
Instance of
Module
.
input
Type:
Syntactik.IO
ICharStream
Input stream for the parser.
Return Value
Type:
Parser
Instance of
Parser
.
See Also
Reference
Parse Class
Syntactik.Compiler.Steps Namespace
Send comments on this topic to
info@syntactik.com