1 USING: io kernel accessors math.parser sequences prettyprint
6 "Peg parsing error at character position " write dup position>> number>string write
7 "." print "Expected " write messages>> [ " or " write ] [ write ] interleave nl ;
10 "The " write dup word>> pprint " word could not parse the following input:" print nl