Import tomltestgen

Handful are failing.
This commit is contained in:
Thomas Pelletier
2021-03-26 09:51:35 -04:00
parent 390927a0cd
commit 636a75f316
5 changed files with 1072 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ Development branch. Probably does not work.
- [x] Original go-toml unmarshal tests pass.
- [x] Benchmark!
- [x] Abstract AST.
- [ ] Original go-toml testgen tests pass.
- [ ] Attach comments to AST (gated by parser flag).
- [ ] Track file position (line, column) for errors.
- [ ] Benchmark again!