Pat Hickey f01d23381c travis: ignore wip branches | преди 9 години | |
---|---|---|
executables | преди 9 години | |
src | преди 9 години | |
support | преди 9 години | |
tests | преди 9 години | |
.gitignore | преди 9 години | |
.travis.yml | преди 9 години | |
LICENSE | преди 9 години | |
Makefile | преди 9 години | |
README.md | преди 9 години | |
Setup.hs | преди 9 години | |
gidl.cabal | преди 9 години |
Gidl (for Galois Interface Description Language) is a simple IDL for describing structured types.
See example in tests/example.idl. Currently, the format is not set in stone - revisions coming shortly.
Gidl currently has backends for:
Use the create-sandbox
target in the Makefile to create a local cabal
sandbox and install all dependencies.
The default target builds the gidl library. You can then use cabal run gidl --
<OPTIONS>
to run the code generator. Use the --help
option to get usage
information.
Use the test
target in the Makefile to generate and test each backend
implementation.