• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..25-Jul-201943

Attr.hsH A D25-Jul-20193.7 KiB

BitFieldDriver.hsH A D25-Jul-201926.6 KiB

BUGS.txtH A D25-Jul-20198.8 KiB

CAbsSyntax.hsH A D25-Jul-201912.6 KiB

Checks.hsH A D25-Jul-20197.5 KiB

CSyntax.hsH A D25-Jul-20195.4 KiB

Dev.hsH A D25-Jul-20191.7 KiB

Fields.hsH A D25-Jul-20194.9 KiB

HakefileH A D25-Jul-2019537

MackerelParser.hsH A D25-Jul-201916 KiB

Main.hsH A D25-Jul-20196.8 KiB

Poly.hsH A D25-Jul-2019840

README.txtH A D25-Jul-2019454

RegisterTable.hsH A D25-Jul-20198.5 KiB

ShiftDriver.hsH A D25-Jul-201952.6 KiB

Space.hsH A D25-Jul-20192.6 KiB

TypeName.hsH A D25-Jul-20191.4 KiB

TypeTable.hsH A D25-Jul-20195.6 KiB

README.txt

1MACKEREL
2
3Mackerel is an IDL for devices, a bit like a modern version of Devil.
4It is in an early stage of development.   It is written in Haskell
5and is designed to translate a .dev file in the dev_defs directory
6into a single C header file containing all relevant functions for
7accessing the device. 
8
9To use it manually, type:
10
11> runghc Main.hs ../../devices/xapic.dev > xapic.h
12
13 - to see what it does, or see the documentation for more information.
14