![]() |
10 gadi atpakaļ | |
---|---|---|
executables | 10 gadi atpakaļ | |
src | 10 gadi atpakaļ | |
support | 10 gadi atpakaļ | |
tests | 10 gadi atpakaļ | |
.gitignore | 10 gadi atpakaļ | |
.travis.yml | 10 gadi atpakaļ | |
LICENSE | 10 gadi atpakaļ | |
Makefile | 10 gadi atpakaļ | |
README.md | 10 gadi atpakaļ | |
Setup.hs | 10 gadi atpakaļ | |
gidl.cabal | 10 gadi atpakaļ |
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.