# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
CheckRune is predicate signature for accepting valid runes on input.
CheckRuneRec is like CheckRune with Lexer as extra argument.
ItemType is used to set the type of a token.
stateFn represents the state of the scanner as a function that returns the next state.