All pages
Powered by GitBook
1 of 3

Loading...

Loading...

Loading...

LexerWarning

Struct in IndentAwareLexer

Inherits from System.ValueType

Summary

A warning emitted during lexing.

Fields

Name
Description

Message

The message associated with the warning.

Token

The token associated with the warning.

Message

Field in LexerWarning

Summary

The message associated with the warning.

public string Message;

Token

Field in LexerWarning

Summary

The token associated with the warning.

public IToken Token;
public struct LexerWarning