parse-stream ( stream name -- quot )


Vocabulary
parser

Inputs
streaman input stream
namea file name for error reporting and cross-referencing


Outputs
quota quotation


Word description
Parses Factor source code read from the stream. The initial vocabulary search path is used.

Errors
Throws an I/O error if there was an error reading from the stream. Throws a parse error if the input is malformed.

Definition