Files
toml11/tests
ToruNiina 679b365cf7 feat: get region info when parsing keys
Error messages related to dotted keys looks weird. like:
 1 | a.b.c = 42
   |         ~~ in this table
The underlined token is not a table. This should be like the following.
 1 | a.b.c = 42
   | ~~~ in this table
To implement this, the region information is needed when the keys are
read. This commit add this functionality, though currently the region
information is not used yet.
2019-02-26 00:17:28 +09:00
..
2019-02-13 13:51:36 +09:00
2018-12-13 02:24:03 +09:00
2018-12-16 21:13:21 +09:00
2018-12-04 20:30:21 +09:00
2018-12-04 20:30:21 +09:00
2018-12-04 20:30:21 +09:00
2018-12-04 20:30:21 +09:00
2018-12-11 23:31:24 +09:00
2018-12-11 23:25:23 +09:00
2018-12-11 23:25:23 +09:00
2018-12-11 23:25:23 +09:00
2018-12-11 23:25:23 +09:00
2018-12-12 01:36:20 +09:00
2018-12-08 20:21:15 +09:00