Next stop: pointers

This commit is contained in:
Thomas Pelletier
2021-03-18 19:52:11 -04:00
parent fad86a5f24
commit 8957a768ef
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -7,14 +7,17 @@ Development branch. Probably does not work.
## Must do
- [x] Unmarshal into maps.
- [ ] Attach comments to AST (gated by parser flag).
- [ ] Abstract AST.
- [ ] Support Array Tables
- [x] Support Array Tables.
- [ ] Unmarshal into pointers.
- [ ] Support Date / times.
- [ ] Support Unmarshaler interface.
- [ ] Support struct tags annotations.
- [ ] Original go-toml unmarshal tests pass.
- [ ] Benchmark!
- [ ] Abstract AST.
- [ ] Attach comments to AST (gated by parser flag).
- [ ] Track file position (line, column) for errors.
- [ ] Benchmark again!
## Further work