toml11/toml
ToruNiina c63ac7e435 detect syntax_error; appending array-of-tables
toml file like the following is explicitly prohibited.
a = [{b = 1}]
[[a]]
b = 2
this commit detects this kind of syntax-error while parsing toml file
2018-12-22 17:07:06 +09:00
..
combinator.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
datetime.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
exception.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
from_toml.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
get.hpp return copied object from except 2018-12-17 10:57:40 +09:00
lexer.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
parser.hpp detect syntax_error; appending array-of-tables 2018-12-22 17:07:06 +09:00
region.hpp output filename of the second value2 if different 2018-12-17 18:07:57 +09:00
result.hpp remove template argument from result::unwrap_or 2018-12-17 19:18:16 +09:00
storage.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
string.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
to_toml.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
traits.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
types.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
utility.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
value.hpp enable to pass 2 value and change interface for clarity 2018-12-16 21:50:18 +09:00