Update readme

This commit is contained in:
Thomas Pelletier
2021-03-25 19:56:40 -04:00
parent 1bae751a45
commit 17299c937b
+3 -3
View File
@@ -14,15 +14,15 @@ Development branch. Probably does not work.
- [x] Support Arrays. - [x] Support Arrays.
- [x] Support Unmarshaler interface. - [x] Support Unmarshaler interface.
- [x] Original go-toml unmarshal tests pass. - [x] Original go-toml unmarshal tests pass.
- [ ] Benchmark! - [x] Benchmark!
- [ ] Abstract AST. - [x] Abstract AST.
- [ ] Attach comments to AST (gated by parser flag). - [ ] Attach comments to AST (gated by parser flag).
- [ ] Track file position (line, column) for errors. - [ ] Track file position (line, column) for errors.
- [ ] Benchmark again! - [ ] Benchmark again!
## Further work ## Further work
- [ ] Rewrite AST to use a single array as storage instead of one allocation per - [x] Rewrite AST to use a single array as storage instead of one allocation per
node. node.
- [ ] Provide "minimal allocations" option that uses `unsafe` to reuse the input - [ ] Provide "minimal allocations" option that uses `unsafe` to reuse the input
byte array as storage for strings. byte array as storage for strings.