Skip to content

simple-eiffel/simple_toml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_ library logo

simple_toml

Documentation | GitHub

License: MIT Eiffel Design by Contract

TOML parser and writer for Eiffel.

Part of the Simple Eiffel ecosystem.

Status

Planned - Backend for simple_codec

Overview

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")

Features (Planned)

  • 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)

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages