Handbook
Glossary
still-parsing-line? ( lexer -- ? )
Vocabulary
lexer
Inputs
lexer
a
lexer
Outputs
?
a
boolean
Word description
Outputs
f
if the end of the current line has been reached,
t
otherwise.
Definition
USING:
accessors
classes
kernel
math
;
IN:
lexer
:
still-parsing-line?
( lexer -- ? )
lexer
check-instance
[
column>>
]
[
line-length>>
]
bi
<
;