Commit Graph

5 Commits

Author SHA1 Message Date
Jean-Sébastien Pédron
f9d60f0679 Support hot upgrade from 0.1.0
Many modules were renamed, the safest way is to restart the application
entirely. And we don't loose anything by doing this because the
application doesn't start processes.
2011-09-29 14:34:35 +02:00
Jean-Sébastien Pédron
3706b80a6a Remove $Id$ from yaml.app 2011-06-29 18:06:21 +02:00
Jean-Sébastien Pédron
78671683ea Import last cleanups from "bones"
Mostly:
    o  updates to autotools files
    o  removal of $Id$ and $Revision
    o  cleanups of Debian package
2011-06-29 17:15:01 +02:00
Jean-Sébastien Pédron
3f56c3e68a Add yaml_app and yaml_sup modules
The yaml_app module is an application behaviour used to check the
configuration. The yaml_sup module is a supervisor behaviour only
included because an application must start a supervision tree.
2011-05-24 14:51:32 +02:00
Jean-Sébastien Pédron
120ef7ea16 Initial version of a YAML 1.2 parser
This parser is written against the YAML 1.2 specification. It may
therefore be used as a JSON parser as well.

The project is an Erlang application. The module "yaml_parser" parses a
YAML source (a string, a file, whatever) and runs a callback function
for each token scanned. It's more or less like a SAX XML parser.

The testsuite provided isn't complete yet, though it contains all the
example found in the specification.
2011-03-07 11:43:52 +01:00