YAML 1.2 parser in pure Erlang
Go to file
Jean-Sébastien Pédron 34e62e795c Complete node modules for all standard types
The modules "yaml_node_bool" and "yaml_node_int" are renamed to
"yaml_node_ext_bool" and "yaml_node_ext_int", because they do not
implement what is written in the YAML 1.2 specification but the ones
from the types repository (http://yaml.org/type/).

New modules are added to implement the officiel YAML 1.2 types and the
JSON types (defined in this same specification). Note that these new
modules are untested material.
2011-09-27 15:25:19 +02:00
debian Import last cleanups from "bones" 2011-06-29 17:15:01 +02:00
ebin Remove $Id$ from yaml.app 2011-06-29 18:06:21 +02:00
include Fix terminology: replace "represent" by "construct" 2011-09-27 10:13:42 +02:00
m4 Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
src Complete node modules for all standard types 2011-09-27 15:25:19 +02:00
testsuite Remove debugging io:format/3 2011-06-30 17:41:36 +02:00
.gitignore Import last cleanups from "bones" 2011-06-29 17:15:01 +02:00
configure.ac Import last cleanups from "bones" 2011-06-29 17:15:01 +02:00
Makefile.am Distribute debian/source directory 2011-06-29 17:47:48 +02:00