Keine Beschreibung

Pat Hickey 8101aca925 add readme and travis vor 10 Jahren
executables 30e1edc4d6 gidl: command line frontend ftw vor 10 Jahren
src 30e1edc4d6 gidl: command line frontend ftw vor 10 Jahren
tests 30e1edc4d6 gidl: command line frontend ftw vor 10 Jahren
.gitignore 89d04f0623 gidl: initial commit vor 10 Jahren
.travis.yml 8101aca925 add readme and travis vor 10 Jahren
Makefile 30e1edc4d6 gidl: command line frontend ftw vor 10 Jahren
README.md 8101aca925 add readme and travis vor 10 Jahren
Setup.hs 89d04f0623 gidl: initial commit vor 10 Jahren
gidl.cabal 30e1edc4d6 gidl: command line frontend ftw vor 10 Jahren

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.