Files
toml11/toml
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
..
2018-12-26 13:38:01 +09:00
2018-12-13 20:44:10 +09:00
2018-12-13 20:44:10 +09:00
2018-12-27 15:58:50 +09:00
2018-12-13 20:44:10 +09:00
2018-12-13 20:44:10 +09:00
2018-12-13 20:44:10 +09:00
2018-12-13 20:44:10 +09:00
2019-01-30 17:06:23 +01:00