Add a generator for generating bindings to other languages.
authorRichard Jones <rjones@redhat.com>
Mon, 22 Feb 2010 16:30:12 +0000 (16:30 +0000)
committerRichard Jones <rjones@redhat.com>
Mon, 22 Feb 2010 17:59:16 +0000 (17:59 +0000)
commit3c53304204c3fc4403875afc3668a8b5f9523921
treec8fbe061f1e82fa280062e95dfeeec568046c402
parent5515fd7a9ed5918a9d056ba680925a8d93c6c5f7
Add a generator for generating bindings to other languages.

At the moment the generator just generates the C header file
and C POD documentation.  This just so we can compare the existing
hand-written code with the generated code to make sure that our
description of the API within the generator is correct.
.gitignore
autogen.sh
generator/generator.ml [new file with mode: 0755]
hivex/hivex.c
hivex/hivex.h [deleted file]
hivex/hivex.pod [deleted file]