|
|
vor 10 Jahren | |
|---|---|---|
| executables | vor 10 Jahren | |
| src | vor 10 Jahren | |
| support | vor 10 Jahren | |
| tests | vor 10 Jahren | |
| .gitignore | vor 10 Jahren | |
| .travis.yml | vor 10 Jahren | |
| LICENSE | vor 10 Jahren | |
| Makefile | vor 10 Jahren | |
| README.md | vor 10 Jahren | |
| Setup.hs | vor 10 Jahren | |
| gidl.cabal | vor 10 Jahren |
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.