Commit Graph

13 Commits

Author SHA1 Message Date
Jean-Sébastien Pédron
c19aab0228
Switch to EDoc documentation
References #15.
2016-11-13 03:02:17 +01:00
Jean-Sébastien Pédron
5292225bcb
Move build system to rebar3
References #15.
2016-11-10 09:57:41 +01:00
Jean-Sébastien Pédron
31e0453f04
Move testsuite to plain EUnit
References #15.
2016-11-10 09:23:35 +01:00
Jean-Sébastien Pédron
18fe0651df
Fix documentation generation with mix
This makes mix hex.publish happy.
2016-10-30 01:22:47 +02:00
Jean-Sébastien Pédron
5b031e046b
Git: Ignore rebar.lock 2016-07-20 09:25:12 +02:00
Jon Gretar
b2178057b8 Elixir/hex.pm support 2014-10-20 17:28:57 +00:00
Jean-Sébastien Pédron
5ca6dc46cc Reorganize .gitignore 2014-07-16 17:24:42 +02:00
Jean-Sébastien Pédron
0e6c4ac9e8 rebar: Support "rebar eunit" to run the testsuite 2014-07-15 14:13:13 +02:00
Jean-Sébastien Pédron
f3e10de17f gitignore: Add "rebar", "yamerl.app" and all .beam files 2012-12-21 15:36:54 +01:00
Jean-Sébastien Pédron
6c4cc2d11d .gitignore: Ignore Vim swap files for read-only buffers 2012-12-05 17:06:53 +01: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
1bd7278bab Ignore files produced by Debian package building 2011-06-23 18:02:18 +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