read me
This commit is contained in:
parent
bbc13c2b7a
commit
0e49d3f6aa
15
readme.md
Normal file
15
readme.md
Normal file
@ -0,0 +1,15 @@
|
||||
# ZAYE Ain't a Yaml Emitter
|
||||
|
||||
zaye is a very simple libyaml-based YAML parser for zig. In the spirit of describing
|
||||
things by defining what they aren't, it is not capable of emitting YAML. If this
|
||||
changes in the future, then this will have been a poor naming choice.
|
||||
|
||||
## Status
|
||||
|
||||
A single YAML document can be parsed one-shot into a nested tagged-union structure in
|
||||
zig. No automatic type conversion happens, all scalars left as strings. Most advanced
|
||||
YAML features are ignored or not supported (e.g. anchors/aliases and tags).
|
||||
|
||||
It does what I need it to do.
|
||||
|
||||
zig 0.11.0 build system for now.
|
Loading…
x
Reference in New Issue
Block a user