chickadee » input-parse » parser-error

parser-error PORT MESSAGE SPECIALISING-MSG*procedure

Many procedures of this package call parser-error to report a parsing error. The first argument is a port, which typically points to the offending character or its neighborhood. Most of the Scheme systems let the user query a PORT for the current position. MESSAGE is the description of the error. Other arguments supply more details about the problem.