Nessuna descrizione

Pat Hickey b1599bcadc wibble, maybe this will kick travis build off? 9 anni fa
executables 30e1edc4d6 gidl: command line frontend ftw 9 anni fa
src 30e1edc4d6 gidl: command line frontend ftw 9 anni fa
tests 30e1edc4d6 gidl: command line frontend ftw 9 anni fa
.gitignore 89d04f0623 gidl: initial commit 9 anni fa
.travis.yml 8101aca925 add readme and travis 9 anni fa
Makefile 30e1edc4d6 gidl: command line frontend ftw 9 anni fa
README.md b1599bcadc wibble, maybe this will kick travis build off? 9 anni fa
Setup.hs 89d04f0623 gidl: initial commit 9 anni fa
gidl.cabal 30e1edc4d6 gidl: command line frontend ftw 9 anni fa

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.