YAML 1.2 parser in pure Erlang
Go to file
Jean-Sébastien Pédron fdadcf4500 Add yaml_parser_token_fun() spec
Add a yaml_parser_token_fun() spec. It corresponds to the callback
function called for each emitted token. It's used by the "token_fun"
parser option.
2011-03-23 16:19:25 +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 yaml_parser_token_fun() spec 2011-03-23 16:19:25 +01:00
m4 Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
src Add yaml_parser_token_fun() spec 2011-03-23 16:19:25 +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