mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
YAML 1.2 parser in pure Erlang
34e62e795c
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. |
||
---|---|---|
debian | ||
ebin | ||
include | ||
m4 | ||
src | ||
testsuite | ||
.gitignore | ||
configure.ac | ||
Makefile.am |