Parser-messages
Messages from the parser (including lexer and reader).
We provide some code for handling error messages.
Subtopics
- Char-to-msg
- Represent an optional character as a message.
- Token-to-msg
- Represent a token as a message.
- Reterr-msg
- Return an error consisting of a message
with information about what was expected and what was found where.
- Position-to-msg
- Represent a position as a message.
- Span-to-msg
- Represent a span as a message.