Zig maml parser

A few weeks ago I discovered, MAML, a new markup language, that is easy to parse and human readable. I really loved as an alternative for the current configuration languages we usually use (yaml, json, toml).

So, I decided to spent a weekend to code a parser in zig and now I want to share the project.

6 Likes

Very nice, thanks! I didn’t know about maml either, this looks nice!