parsetoml
TOML parser library
Library for parsing TOML files into Nim data structures and converting them to JSON or alternative formats.
A Nim library to parse TOML files
114 stars
6 watching
13 forks
Language: Nim
last commit: over 1 year ago
Linked from 1 awesome list
nimparsertoml
Related projects:
Repository | Description | Stars |
---|---|---|
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
status-im/nim-toml-serialization | A Nim module for serializing and deserializing TOML data | 38 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
marzer/tomlplusplus | A C++ library for parsing and serializing TOML configuration files | 1,577 |
uiri/toml | A Python library for parsing and creating the TOML data interchange format. | 1,095 |
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
yosymfony/toml | A PHP parser for TOML configuration files | 200 |
iffy/nim-argparse | Generates parsers at compile time for parsing command line arguments in Nim | 122 |
mayah/tinytoml | A lightweight C++ header-only parser for the TOML configuration file format. | 167 |
iarna/iarna-toml | A TOML parser and stringifier that provides a familiar JSON interface. | 320 |
cespare/vim-toml | Provides syntax highlighting and formatting support for TOML configuration files in the Vim text editor. | 625 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
pmderodat/ada-toml | A parser and creator of TOML documents in Ada | 31 |
tomnomnom/unfurl | Extracts specific parts from URLs on standard input | 1,095 |