RbYAML-0.1: Pure Ruby YAML parser and emitter


Announcing version 0.1 of RbYAML

This is a major release, with big changes especially in the loader:
http://rbyaml.rubyforge.org
or to download directly:
http://rubyforge.org/frs/?group_id=1658

Changes:

  • Rewritten everything to use classes instead of modules.
  • Rewritten the parser, from recursive-descent to hybrid generator
    table-based.
  • Improved performance by a magnitude.
  • Many bug fixes.

Regards
Ola B.