yaml-peg 0.2.0

A YAML 1.2 parser using LALR algorithm with PEG atoms.
Documentation
# yaml-peg

A YAML 1.2 parser using LALR algorithm with PEG atoms.

This parser is not ensure about YAML spec but almost functions are well-implemented.
The buffer reader has also not yet been implemented, but the chunks can be read by sub-parsers.

See the API doc for more information.