Warning
Struct in IndentAwareLexer
Inherits from System.ValueType
Summary
A warning emitted during lexing.
public struct Warning
Fields
The message associated with the warning.
The token associated with the warning.
Message
Field in Warning
Summary
The message associated with the warning.
public string Message;
Token
Field in Warning
Summary
The token associated with the warning.