Adding the Erbsland Qt TOML parser, to the list.

Tobias Erbsland 2023-05-12 23:45:36 +02:00
parent 99e3ccc906
commit 738e4f6c19

@ -26,6 +26,7 @@ Please note the highest TOML version tag that your parser supports in your READM
| C++ | https://github.com/ToruNiina/toml11 | |
| C++ | https://github.com/cktan/tomlcpp | binding of [tomlc99] |
| C++ | https://github.com/marzer/tomlplusplus | |
| C++/Qt5/Qt6 | https://github.com/erbsland-dev/erbsland-qt-toml | +support for TOML 1.1 draft |
| Chez Scheme | https://github.com/Yunoinsky/chez-toml | |
| Common Lisp | https://github.com/sheepduke/clop | |
| Crystal | https://github.com/syeopite/ctoml-cr | binding of [tomlc99] |