Naive implementation of anonymous structs

This commit is contained in:
Thomas Pelletier
2021-03-18 21:11:51 -04:00
parent 9ec4e86883
commit ebffe6db83
2 changed files with 43 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Development branch. Probably does not work.
- [x] Unmarshal into pointers.
- [ ] Support Date / times.
- [ ] Support Unmarshaler interface.
- [ ] Support struct tags annotations.
- [x] Support struct tags annotations.
- [ ] Original go-toml unmarshal tests pass.
- [ ] Benchmark!
- [ ] Abstract AST.