Handbook
Glossary
finish-parsing ( lines quot -- )
Vocabulary
parser
Inputs
lines
the lines of text just parsed
quot
the quotation just parsed
Outputs
None
Word description
Records information to the
current-source-file
.
Notes
This is one of the factors of
parse-stream
.
Definition
USING:
kernel
namespaces
source-files
;
IN:
parser
:
finish-parsing
( lines quot -- )
current-source-file
get
[
record-top-level-form
]
[
record-definitions
]
[
record-checksum
]
tri
;