Decoding error position tracking

This commit is contained in:
Thomas Pelletier
2021-03-30 21:43:57 -04:00
parent 18d45c446b
commit 32da85ab11
8 changed files with 150 additions and 34 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Development branch. Probably does not work.
- [x] Benchmark!
- [x] Abstract AST.
- [x] Original go-toml testgen tests pass.
- [ ] Track file position (line, column) for errors.
- [x] Track file position (line, column) for errors.
- [ ] Attach comments to AST (gated by parser flag).
- [ ] Benchmark again!