parse-fresh ( lines -- quot )


Vocabulary
parser

Inputs
linesa sequence of strings


Outputs
quota quotation


Word description
Parses Factor source code in a sequence of lines. The initial vocabulary search path is used (see with-file-vocabs).

Errors
Throws a parse error if the input is malformed.

Definition