mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-09 22:30:07 +00:00
4db486d76d
all the parsers generate error messages and error message generation is not a lightweight task. It concatenates a lot of strings, it formats many values, etc. To avoid useless error-message generation, first check which prefix is used and then parse special integers. Additionally, by checking that, the quality of the error message can be improved (later). |
||
---|---|---|
.. | ||
combinator.hpp | ||
datetime.hpp | ||
exception.hpp | ||
from_toml.hpp | ||
from.hpp | ||
get.hpp | ||
into.hpp | ||
lexer.hpp | ||
literal.hpp | ||
parser.hpp | ||
region.hpp | ||
result.hpp | ||
serializer.hpp | ||
storage.hpp | ||
string.hpp | ||
traits.hpp | ||
types.hpp | ||
utility.hpp | ||
value.hpp |