YAML 1.2 parser in pure Erlang
Go to file
Jean-Sébastien Pédron da5392eed8 Fix errors reported by dialyzer(1)
Errors are:
    o  s/simpl_estructs/simple_structs/.
    o  Line and columns in src/erlang_node_fun.erl must be greater than
       or equal to 1.
    o  s/io_lib:flatten/lists:flatten/.
2011-05-31 11:27:42 +02:00
debian Add a description in the Debian package 2011-05-24 11:29:26 +02:00
ebin Add yaml_app and yaml_sup modules 2011-05-24 14:51:32 +02:00
include Preload Core Schema modules 2011-05-27 16:06:17 +02:00
m4 Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
src Fix errors reported by dialyzer(1) 2011-05-31 11:27:42 +02:00
testsuite Fix a bug in testsuite/template.erl 2011-05-31 09:30:20 +02: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