Aucune description

Pat Hickey 77144739e8 tower backend: rename Interface to Server, generate an umbrella module il y a 9 ans
executables 30e1edc4d6 gidl: command line frontend ftw il y a 9 ans
src 77144739e8 tower backend: rename Interface to Server, generate an umbrella module il y a 9 ans
support 2595f27766 tower backend: add Attr module as template il y a 9 ans
tests e37e8d29e4 Much improved error messages; added pretty-printer il y a 9 ans
.gitignore 89d04f0623 gidl: initial commit il y a 9 ans
.travis.yml 81127ba4ef amend build to build s-cargot from sources il y a 9 ans
LICENSE d456b97842 gidl: oops, wrong license, its bsd3 now il y a 9 ans
Makefile 1623f1a6e6 makefile: haskell backend test outputs debug too il y a 9 ans
README.md f71527d211 update readme il y a 9 ans
Setup.hs 89d04f0623 gidl: initial commit il y a 9 ans
gidl.cabal 77144739e8 tower backend: rename Interface to Server, generate an umbrella module il y a 9 ans

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.