Click or drag to resize

Parser Constructor

Creates instance of the Parser.

Namespace:  Syntactik
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public Parser(
	ICharStream input,
	IPairFactory pairFactory,
	Module root
)

Parameters

input
Type: Syntactik.IOICharStream
Stream of characters for parsing.
pairFactory
Type: Syntactik.DOMIPairFactory
Pair factory is used to create DOM structure of the Syntactik document.
root
Type: Syntactik.DOMModule
Module object is used as root of DOM structure.
See Also