kubkon / zig-yaml

YAML parser for Zig
MIT License
139 stars 37 forks source link

Major rework of the parser that adds support for handling comments #8

Closed kubkon closed 2 years ago

kubkon commented 2 years ago

Closes #5

While at it, I've significantly simplified the parser - I do hope it will lend itself nicely to supporting more YAML edge-cases. I've also introduced some stylistic changes such as enum variants being snake_case rather CamelCase which is idiomatic Zig.