ISymbolState

Defines an interface for tokenizer state that processes delimiters.

Implements: ITokenizerState

Description

The ISymbolState interface is used for tokenizer states that process delimiters.

Methods

Add

Add a multi-character symbol.

Add(value string, tokenType int)

  • value: string - symbol to add, such as "=:=".
  • tokenType: int - token type (TokenType).