Handbook
Glossary
array-parser ( -- parser )
Vocabulary
toml
.
private
Inputs
None
Outputs
parser
an
object
Definition
USING:
make
peg
peg.parsers
sequences
;
IN:
toml.private
:
array-parser
( -- parser )
[
"["
token
hide
,
array-value-parser
separator
list-of
[
sift
]
action
,
"]"
token
hide
,
]
seq*
[
first
{
}
like
]
action
;