Files
toml11/toml
ToruNiina 6c2a536fa5 fix: check literal has a table or an array first
The literal like this `"[[table]]"_toml` caused a syntax error. It is
because the literal parser first check that it might be a bare value
without a key, and parse_array directory throws syntax_error. This
change makes the parser first check a literal is a name of table, and
then parse the content.
2019-04-14 19:48:43 +09:00
..
2019-03-17 21:16:37 +09:00
2019-03-16 14:27:05 +09:00
2019-03-16 14:27:05 +09:00
2018-12-13 20:44:10 +09:00