Handbook
Glossary
inline-table-parser ( -- parser )
Vocabulary
toml
.
private
Inputs
None
Outputs
parser
an
object
Definition
USING:
hashtables
kernel
make
peg
peg.parsers
sequences
;
IN:
toml.private
:
inline-table-parser
( -- parser )
[
"{"
token
hide
,
inline-table-key-value
separator
list-of
,
separator
optional
hide
,
ws-comment-newline
hide
,
"}"
token
hide
,
]
seq*
[
first
[
length
<hashtable>
]
keep
[
update-toml
]
each
]
action
;