Trevor Elliott bc64ea1c55 Merge remote-tracking branch 'origin/master' into wip/rpc | 9 years ago | |
---|---|---|
executables | 9 years ago | |
src | 9 years ago | |
support | 9 years ago | |
tests | 9 years ago | |
.gitignore | 9 years ago | |
.travis.yml | 9 years ago | |
LICENSE | 9 years ago | |
Makefile | 9 years ago | |
README.md | 9 years ago | |
Setup.hs | 9 years ago | |
gidl.cabal | 9 years ago |
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.