ocaml-toml / To.ml

OCaml library for TOML
https://ocaml-toml.github.io/To.ml
Other
82 stars 20 forks source link

Support for arrays of inline tables #66

Closed Lelio-Brun closed 3 years ago

Lelio-Brun commented 4 years ago

This PR modifies the parser to add support for arrays of inline tables. I added a test corresponding to the example given at the end of this section. Additionally, it fixes a bug where newlines in multiline strings didn't update the location in the lexing buffer.

zapashcanon commented 3 years ago

@Lelio-Brun are you still interested in this ? If yes, could you rebase the PR so I can review it and merge it ?

Lelio-Brun commented 3 years ago

Yes I am! I just rebased the PR

zapashcanon commented 3 years ago

Thanks ! :)