Package-level declarations

Functions

Link copied to clipboard
fun <U : Any> pLexeme(): Parser<Char, Lexeme, U>

A single lexeme parser: tries each character/run parser in priority order.

Link copied to clipboard

Scans an entire document into a flat list of Lexemes.

Link copied to clipboard

Convenience function: scans a string into a list of lexemes.