Modify parser to return more scalar data - including style data.
Modify parser adding the ability to construct objects based on yaml tag.
New emitter interface that wraps more closely around cl-libyaml.
The parser modifications extends the existing parser. The emitter interface is separate from, and sits along side the original interface.
The emitter interface allows for control over styling. The generic function emit-object allows for specializing object serialization.
Coverage decreased (-22.8%) to 77.184% when pulling 6acdefbe99536c193804a58ae7fa216f3320a74f on jasonmelbye:master into 3de4596da477f3328ccbeed3d882ee3c2a9b35df on eudoxia0:master.
Modify parser to return more scalar data - including style data. Modify parser adding the ability to construct objects based on yaml tag. New emitter interface that wraps more closely around cl-libyaml.
The parser modifications extends the existing parser. The emitter interface is separate from, and sits along side the original interface.
The emitter interface allows for control over styling. The generic function emit-object allows for specializing object serialization.