with-lexer ( lexer quot -- newquot )
The lexer

Prev:skip-word ( lexer -- )


Vocabulary
lexer

Inputs
lexera lexer
quota quotation


Outputs
newquota quotation


Word description
Calls the quotation with the lexer variable set to the given lexer. The quotation can make use of words such as scan-token. Any errors thrown by the quotation are wrapped in lexer-error instances.

Definition