The ADP Compiler 
Copyright (C) 2001-2007 Peter Steffen, Marco Ruether, Christian Lang,
Georg Sauthoff

Send comments/bug reports to: P.Steffen <psteffen@techfak.uni-bielefeld.de>.
Updates: http://www.techfak.uni-bielefeld.de/~psteffen/

Installation
------------
There exist two ways of installing the ADP compiler, depending on
whether you download the source distribution, or the binary distribution:

1. Source distribution

- Compilation of the ADP compiler requires:
  - the Glasgow Haskell compiler (http://haskell.org/ghc/)
  - the HaXml library (http://www.cs.york.ac.uk/fp/HaXml/)
- Edit the file src/Makefile and define your installation path
  (Variable PREFIX at the beginning of the Makefile)
- to compile, type:
  cd src
  make
- to install, type:
  make install
- add the directory PREFIX/bin to your path
- print out the ADP compiler manual "adpc.pdf" and follow the
  quickstart instructions

2. Binary distribution
- Edit the file src/Makefile and define your installation path
  (Variable PREFIX at the beginning of the Makefile)
- to install, type:
  cd src
  make install
- add the directory PREFIX/bin to your path
- print out the ADP compiler manual "adpc.pdf" and follow the
  quickstart instructions

Manual
------
- the file "adpc.pdf" contains the manual of the ADP compiler and a
  complete overview of the command line interface.
- the file "diss.pdf" contains Peter Steffen's PhD thesis. Here you
  can find several details of the internals of the ADP compiler.
- Also see the file "COPYING" for disclaimer and copyright.
