Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 337 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 337 Bytes

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.