abandoning branch for now, work is in intermediate state

This commit is contained in:
alisdair sullivan 2010-08-10 11:04:14 -07:00
parent bff9a38d39
commit 1617c878f5
46 changed files with 2040 additions and 97 deletions

View file

@ -38,7 +38,7 @@ to_abf(Backend) ->
end,
Name = to_modname(Backend),
{ok, _, ABF} = compile:file(
"priv/jsx_decoder.erl",
"priv/jsx_decoder_template.erl",
[binary, 'P', {outdir, Out}, {d, list_to_atom(Backend)}, {d, name, Name}]
),
{Name, ABF}.

View file

@ -35,6 +35,7 @@
-include("./include/jsx_types.hrl").
-spec parse(JSON::json(), Opts::jsx_opts()) -> jsx_parser_result().
parse(JSON, Opts) ->