Sin descripción

Trevor Elliott 89c9fea647 Warning removal hace 10 años
executables 30e1edc4d6 gidl: command line frontend ftw hace 10 años
src 89c9fea647 Warning removal hace 10 años
support 93b182992e Implement the manage thread hace 10 años
tests 697667666e Initial rpc backend hace 10 años
.gitignore 89d04f0623 gidl: initial commit hace 10 años
.travis.yml 98c7179538 beginning of tower backend hace 10 años
LICENSE d456b97842 gidl: oops, wrong license, its bsd3 now hace 10 años
Makefile 697667666e Initial rpc backend hace 10 años
README.md f71527d211 update readme hace 10 años
Setup.hs 89d04f0623 gidl: initial commit hace 10 años
gidl.cabal 697667666e Initial rpc backend hace 10 años

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.