/zig-toml

toml parser in zig programming language

Primary LanguageZigMIT LicenseMIT

TOML parser in Zig programming language

This is a parser of TOML language for Zig programming language.

This will be based on toml-1.0.0r2 spec.

Currently it does not support date/time data types, as Zig does not have these types in the standard library.