box ( quot -- parser )


Vocabulary
peg

Inputs
quota quotation


Outputs
parsera parser


Word description
Delays the construction of a parser until the parser is compiled. The quotation should return the constructed parser and is called when the parser is compiled. The compiled result is memoized for future runs. See delay for a word that calls the quotation at runtime.

Definition