Brak opisu

Pat Hickey 26f430c4e5 ivory backend: umbrella module 10 lat temu
executables 30e1edc4d6 gidl: command line frontend ftw 10 lat temu
src 26f430c4e5 ivory backend: umbrella module 10 lat temu
tests cdab4a5b2b gidl: debug parser, fix example idl to be valid 10 lat temu
.gitignore 89d04f0623 gidl: initial commit 10 lat temu
.travis.yml 8101aca925 add readme and travis 10 lat temu
LICENSE d456b97842 gidl: oops, wrong license, its bsd3 now 10 lat temu
Makefile d3754985c6 ivory backend: wip 10 lat temu
README.md b1599bcadc wibble, maybe this will kick travis build off? 10 lat temu
Setup.hs 89d04f0623 gidl: initial commit 10 lat temu
gidl.cabal 95948f8040 ivory backend: types output looks good 10 lat temu

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.