Handbook
Glossary
key-value-parser ( -- parser )
Vocabulary
toml
.
private
Inputs
None
Outputs
parser
an
object
Definition
USING:
kernel
make
peg
sequences
;
IN:
toml.private
:
key-value-parser
( -- parser )
[
key-parser
,
ws
hide
,
"="
token
hide
,
ws
hide
,
value-parser
,
]
seq*
[
first2
entry
boa
]
action
;