6 Commits

Author SHA1 Message Date
f431f7aa1c
build: update for zig-0.13 2024-06-18 12:48:32 -07:00
2b643c5221
build: update for zig-0.12.0 2024-05-12 18:45:27 -07:00
27667032e1
make naming more consistent 2024-03-08 23:46:43 -08:00
cf21c48771
build: extract example executable from default target 2024-03-07 22:33:57 -08:00
cdf2ec5a23
reorganize and add parsing diagnostics 2024-03-07 22:19:16 -08:00
ca1fdb053d
init
handroll some libyaml bindings.

I was originally going to use yaml-cpp, but C++ sucks tremendously and
looking at the libyaml documentation, the event-based parser API
probably works the way I want it to so let's try it out.
2024-03-07 22:19:16 -08:00