finish-parsing ( lines quot -- )


Vocabulary
parser

Inputs
linesthe lines of text just parsed
quotthe 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