Match

@Immutable
data class Match(val previous: Token, val previousIdx: Int, val current: Token, val currentIdx: Int) : State(source)

This represents a Match.

Constructors

Link copied to clipboard
constructor(previous: Token, previousIdx: Int, current: Token, currentIdx: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun State.color(): Color
Link copied to clipboard
Link copied to clipboard