Handbook
Glossary
hexescape ( -- parser )
Vocabulary
toml
.
private
Inputs
None
Outputs
parser
an
object
Definition
USING:
math.parser
peg
peg.parsers
sequences
;
IN:
toml.private
:
hexescape
( -- parser )
"\\x"
token
hide
hexdigit
2
exactly-n
2seq
"\\X"
token
hide
hexdigit
2
exactly-n
2seq
2choice
[
first
hex>
]
action
;