tinytoml
TOML parser
A lightweight C++ header-only parser for the TOML configuration file format.
A header only C++11 library for parsing TOML
167 stars
9 watching
31 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list
c-plus-plustoml
Related projects:
Repository | Description | Stars |
---|---|---|
toruniina/toml11 | A C++ library for parsing and serializing the TOML data format | 1,043 |
marzer/tomlplusplus | A C++ library for parsing and serializing TOML configuration files | 1,577 |
skystrife/cpptoml | A C++ library for parsing TOML configuration files | 587 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
nimparsers/parsetoml | Library for parsing TOML files into Nim data structures and converting them to JSON or alternative formats. | 114 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
tamasfe/taplo | A Rust toolkit for parsing and encoding TOML v1.0.0 data | 1,453 |
yosymfony/toml | A PHP parser for TOML configuration files | 200 |
toml-lang/toml-test | A tool that verifies the correctness of TOML parsers and writers through automated testing. | 216 |
eddelbuettel/rcpptoml | Provides C++ bindings for parsing TOML configuration files in R packages | 36 |
cespare/vim-toml | Provides syntax highlighting and formatting support for TOML configuration files in the Vim text editor. | 625 |
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
pmderodat/ada-toml | A parser and creator of TOML documents in Ada | 31 |
iarna/iarna-toml | A TOML parser and stringifier that provides a familiar JSON interface. | 320 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |