Mike Farah
288ca2d114
Fixing comments in TOML arrays #2592 ( #2595 )
2026-02-03 19:42:49 +11:00
Mike Farah
eb4fde4ef8
Pulling out common code
2026-02-01 09:14:18 +11:00
Tomer Shalev
b4b96f2a68
Fix TOML table parsing after standalone comments
...
Standalone TOML comments immediately inside a table/array-table no longer end the table scope, preventing subsequent keys from being flattened to the document root.
2026-01-31 14:41:30 +02:00
Mike Farah
bdeedbd275
Fixing TOML subarray parsing issue #2581
2026-01-31 15:25:11 +11:00
Mike Farah
161be10791
Comments!
2025-12-16 20:47:15 +11:00
Mike Farah
4e9d5e8e48
wip
2025-12-15 11:40:28 +11:00
Mike Farah
3a5323824f
Handles comments!
2025-12-14 19:33:00 +11:00
Mike Farah
5f9bf8d241
wip toml encoder
2025-12-14 19:03:54 +11:00
Mike Farah
39fbf01fa8
Fixing TOML ArrayTable parsing issues #1758
2025-11-22 14:49:49 +11:00
Mike Farah
306dc931a5
Fixing TOML ArrayTable parsing issues #1758
2025-11-22 14:35:07 +11:00
Louis Lombard
35d338cc24
modify empty table decode
2025-09-08 20:00:31 +10:00
Mike Farah
20b5129120
Updating golanglint
2025-05-03 16:34:21 +10:00
Marco Vito Moscaritolo
3ce266bfa0
fix parameter order in error type comparison
2024-11-16 11:48:53 +11:00
Mike Farah
3c3f1180d9
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
Mike Farah
d9e1a789ea
Fixed Toml decoding when table array defined before parent #1922
2024-02-15 16:15:01 +11:00
Mike Farah
5513ac8a7d
Empty TOML table is an empty object
2024-02-08 13:31:56 +11:00
Elijah Lopez
d4e16a413e
fix: empty TOML table ( #1936 )
2024-02-07 19:59:50 +11:00
Mike Farah
13d1bbb45f
Generic ast ( #1829 )
...
Remove dependency on yaml.Node for internal AST representation. Yaml decoder is now just another decoder.
2023-10-18 12:11:53 +11:00
Mike Farah
7103b78d38
Draft: Toml ( #1439 )
...
* toml wip
* wip
* Fixed auto parsing toml
* Added build flag not to include toml
* Parse toml docs and tests
* minor updates
2023-03-26 10:59:15 +11:00