Sin descripción

Pat Hickey 9130d1587a tower-backend: stub interface file hace 10 años
executables 30e1edc4d6 gidl: command line frontend ftw hace 10 años
src 9130d1587a tower-backend: stub interface file hace 10 años
support 98c7179538 beginning of tower backend hace 10 años
tests 98c7179538 beginning of tower 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 98c7179538 beginning of tower backend hace 10 años
README.md b1599bcadc wibble, maybe this will kick travis build off? hace 10 años
Setup.hs 89d04f0623 gidl: initial commit hace 10 años
gidl.cabal 9130d1587a tower-backend: stub interface file 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.

Backend

Gidl currently has a native Haskell backend. Ivory language backend coming soon.

Tests

Use the test target in the Makefile to generate and test a Haskell library for the IDL file.