blob: b2b11acbb0ced5b9326e0cb21fb84bca6e68a32a [file] [log] [blame]
#
# The messages for the micro-parsers API.
#
character.expected = \
The character ''{0}'' was expected. The current character code is: {1}.
end.of.stream = \
Unexpected end of stream.
character.unexpected = \
Unexpected character (code: {0}).
float.format = \
Wrong float: ''{0}''.
end.of.stream.expected = \
End of stream expected. Instead, a character with code {0} has been \
encountered.