TOML parser and writer for Eiffel.
Part of the Simple Eiffel ecosystem.
Planned - Backend for simple_codec
Parses and writes TOML format files. Used as the format for UCF (Universe Configuration Files) in simple_lsp.
toml: SIMPLE_TOML
data: TOML_TABLE
create toml
data := toml.parse_file ("config.toml")
name := data.string_item ("name")- Full TOML v1.0.0 spec compliance
- Tables and inline tables
- Arrays and arrays of tables
- All TOML data types (string, integer, float, boolean, datetime)
- Multi-line strings
- Comments preservation (optional)
MIT License
