Max Battcher <[email protected]> writes:

> For YAML there are predominantly two standard parsers available in
> most languages: a language-specific parser and a binding around
> libsyck, the C SAX-like parser.

According to Wikipedia,

  - YAML 1.2 is the latest specification.
  - yaml-cpp (C++) implements YAML 1.2.
  - libYAML (C) implements YAML 1.1.
  - SYCK (C) implements YAML 1.0 and "as of 2005, is no longer
    maintained".

According to Hackage,

  - Haskell has bindings for libYAML and SYCK, and YamlReference -- the
    YAML1.2 specification's grammar, munged into executability.

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to