eudoxia0 / cl-yaml

YAML parser for Common Lisp
61 stars 7 forks source link

Rewrite #3

Closed eudoxia0 closed 9 years ago

eudoxia0 commented 9 years ago

This is one of my earliest projects and the code is an absolute embarrassment. The ASDF system compiles some C code that, among other gems, includes a function to return the value of an enum.

Strategy: Write a bare libyaml binding, then rewrite this using that binding. Support anchors and references and tags from day 1.

eudoxia0 commented 9 years ago

I've rewritten enough that I can consider this closed.