YAML 1.2 parser in pure Erlang
Go to file
Jean-Sébastien Pédron 362ee1d6d3 Add option to force document version
The document version can be forced using the following option:
  {doc_version, {Major, Minor}}
where Major and Minor are positive integers.

When this option is specified, {Major, Minor} will be used, even if a
%YAML directive indicates another version.
2011-03-22 17:29:08 +01:00
debian Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
ebin Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
include Add option to force document version 2011-03-22 17:29:08 +01:00
m4 Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
src Add option to force document version 2011-03-22 17:29:08 +01:00
testsuite Add option to force document version 2011-03-22 17:29:08 +01:00
.gitignore Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
configure.ac Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
Makefile.am Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00