Handbook
Glossary
ebnf>quot ( string -- hashtable quot: ( string -- results ) )
Vocabulary
peg
.
ebnf
.
private
Inputs
string
an
object
Outputs
hashtable
an
object
quot
a
quotation
with stack effect
( string -- results )
Definition
USING:
assocs
kernel
namespaces
peg.private
;
IN:
peg.ebnf.private
:
ebnf>quot
( string -- hashtable quot: ( string -- results ) )
parse-ebnf
dup
dup
parser
[
main
of
compile-parser
]
with-variable
[
perform-parse
]
curry
[
with-scope
]
curry
;