Replies: 5 comments
-
The definition of a basic string and literal diverge unnecessarily, making them look more different than they are. Line 86 in 48c3bed Lines 30 to 31 in 48c3bed vs Line 119 in 48c3bed I'd either make both or neither use |
Beta Was this translation helpful? Give feedback.
-
The spec refers to
but the grammar calls the header a "table" Lines 230 to 235 in 48c3bed Lines 248 to 253 in 48c3bed |
Beta Was this translation helpful? Give feedback.
-
Line 184 in 48c3bed while Line 190 in 48c3bed Line 259 in 48c3bed Line 163 in 48c3bed This is something that is easy to lose the context of and leave off. |
Beta Was this translation helpful? Give feedback.
-
toml-lang/toml-test#169 might also be relevant here in terms of what minute offsets are allowed in offset date times. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestions! They sound good in general. However, as we're now in the process of finalizing 1.1 for release, I'd suggest not to take on any new tasks for that version. I've tagged your proposal accordingly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Each TOML parser I've written, I've tried to keep as close connection to the abnf grammar as possible to make it easier to audit for correctness and update as the grammar changes. In doing so I found some things that I feel that could be improved
Beta Was this translation helpful? Give feedback.
All reactions