Provides the base requirements of a parser (syntax/semantic analyzer) for a language.
Remarks
This interface type can be registered with an ISyntax
Methods
Parse(IParseRequest)
Performs a parsing operation using the parameters specified in the supplied IParse
Parameter | Type | Description |
---|---|---|
request | IParse |
The IParse |
Returns
- IParse
Data : An IParse
Data that is the result of the parsing operation.
Remarks
A IParse