<lexer> ( text -- lexer )
The lexer
Prev:lexer
Next:still-parsing? ( lexer -- ? )


Vocabulary
lexer

Inputs and outputs
texta sequence of strings
lexera lexer


Word description
Creates a new lexer for tokenizing the given sequence of lines.

Definition
IN: lexer

: <lexer> ( text -- lexer ) lexer new-lexer ;