pLexeme
A single lexeme parser: tries each character/run parser in priority order.
Priority:
Newline (handles \r\n normalization)
Runnable structural chars (hash, asterisk, underscore, backtick, tilde, hyphen, equals)
Runnable whitespace (space)
Non-runnable whitespace (tab)
Non-runnable structural chars
Quote chars
Digit runs
Text runs (fallback)