Handbook
Glossary
basic-string ( -- parser )
Vocabulary
toml
.
private
Inputs
None
Outputs
parser
an
object
Definition
USING:
kernel
peg
peg.parsers
sequences
;
IN:
toml.private
:
basic-string
( -- parser )
escaped
unicode
hexescape
[
"\"\n"
member?
not
]
satisfy
4choice
repeat0
"\""
dup
surrounded-by
;