Handbook
Glossary
<lexer> ( text -- lexer )
The lexer
Prev:
lexer
Next:
still-parsing? ( lexer -- ? )
Vocabulary
lexer
Inputs
text
a
sequence
of
string
s
Outputs
lexer
a
lexer
Word description
Creates a new lexer for tokenizing the given sequence of lines.
Definition
IN:
lexer
:
<lexer>
( text -- lexer )
lexer
new-lexer
;