Keine Beschreibung

Pat Hickey e46555f51d add missing file vor 10 Jahren
executables 30e1edc4d6 gidl: command line frontend ftw vor 10 Jahren
src e46555f51d add missing file vor 10 Jahren
support f0038d0043 tower-backend: fix warnings in test suite vor 10 Jahren
tests 98c7179538 beginning of tower backend vor 10 Jahren
.gitignore 89d04f0623 gidl: initial commit vor 10 Jahren
.travis.yml 98c7179538 beginning of tower backend vor 10 Jahren
LICENSE d456b97842 gidl: oops, wrong license, its bsd3 now vor 10 Jahren
Makefile 98c7179538 beginning of tower backend vor 10 Jahren
README.md f71527d211 update readme vor 10 Jahren
Setup.hs 89d04f0623 gidl: initial commit vor 10 Jahren
gidl.cabal bd1acf5836 gidl: fix some data-files, add empty tower interface to tower backend vor 10 Jahren

README.md

Gidl

Gidl (for Galois Interface Description Language) is a simple IDL for describing structured types.

IDL format

See example in tests/example.idl. Currently, the format is not set in stone - revisions coming shortly.

Backends

Gidl currently has backends for:

  • Native Haskell
  • [Ivory][] language
  • [Tower][] wrapper over Ivory

Build and Test

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.