Handbook
Glossary
parse-failed ( input word -- * )
Vocabulary
peg
Definition
IN:
peg
ERROR:
parse-failed
input word
;
Methods
USING:
accessors
debugger
io
kernel
peg
prettyprint
;
M:
parse-failed
error.
"The "
write
dup
word>>
pprint
" word could not parse the following input:"
print
nl
input>>
.
;