SyntaxError
Description
- Derived from
-
ParsingError abstract
Describes a syntax error at a specific input position.
A syntax error occurs if a grammar rule cannot be matched.
- See also
Public / Attributes
ExpectedTokens
The string tokens that the parser was expecting at the start of ICodeRange.Range.
If no information about expected string tokens is available, this list will be null
.