Няма описание

Pat Hickey 31c8abfc67 gidl: more unrepr fixups преди 10 години
executables 30e1edc4d6 gidl: command line frontend ftw преди 10 години
src 31c8abfc67 gidl: more unrepr fixups преди 10 години
tests cdab4a5b2b gidl: debug parser, fix example idl to be valid преди 10 години
.gitignore 89d04f0623 gidl: initial commit преди 10 години
.travis.yml 8101aca925 add readme and travis преди 10 години
LICENSE d456b97842 gidl: oops, wrong license, its bsd3 now преди 10 години
Makefile d3754985c6 ivory backend: wip преди 10 години
README.md b1599bcadc wibble, maybe this will kick travis build off? преди 10 години
Setup.hs 89d04f0623 gidl: initial commit преди 10 години
gidl.cabal cdab4a5b2b gidl: debug parser, fix example idl to be valid преди 10 години

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.