Click or drag to resize

ParserAddParsePoint Method (String, ParserParseDelegate)

Add a parse-point to the parser - the callback is triggered when the token is found.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AddParsePoint(
	string token,
	ParserParseDelegate callback
)

Parameters

token
Type: SystemString
callback
Type: Nova.ParsingParserParseDelegate
See Also