tyml
tyml is a data serialization format designed for human readability and ease of parsing. It draws inspiration from YAML (YAML Ain't Markup Language) but aims for a simpler syntax and potentially more efficient processing in certain contexts. The primary goal of tyml is to allow data to be represented in a structured way that is easily understood by both humans and machines, facilitating configuration files, data exchange between programs, and other applications where clear data representation is important.
The syntax of tyml typically involves indentation to denote structure, similar to Python or YAML. Key-value
The design principles behind tyml emphasize clarity and conciseness. This can lead to files that are easy