LexerState

data class LexerState(val matchers: List<TokenMatcher>)

A state that contains matchers. The list of matchers is tested sequentially in order.

Constructors

Link copied to clipboard
constructor(matchers: List<TokenMatcher>)

Properties

Link copied to clipboard

The matchers contained in this state