eudoxia0 / cl-yaml

YAML parser for Common Lisp
61 stars 7 forks source link

Fix parsing of scalars #2

Closed eudoxia0 closed 9 years ago

eudoxia0 commented 10 years ago

Right now this just does READ-FROM-STRING, which is both ridiculous and doesn't adhere to the YAML spec.

eudoxia0 commented 9 years ago

No longer valid due to the CADT Model.