ParserAddOperatorParsePoint Method (String, Int32, Boolean, Boolean, ParserParseDelegate) |
Add a parse-point to the parser for an operator - 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 public static void AddOperatorParsePoint(
string token,
int precedence,
bool leftAssociative,
bool isUnary,
ParserParseDelegate callback
)
Parameters
- token
- Type: SystemString
- precedence
- Type: SystemInt32
- leftAssociative
- Type: SystemBoolean
- isUnary
- Type: SystemBoolean
- callback
- Type: Nova.ParsingParserParseDelegate
See Also