The directory index pages combine an automatically generated file index and a manually written README file describing the contents of the directory. The automatic index section reflects reality, but may also contain files/directories that are obsolete. The README section is more informative, but can at times be out-of-date.
There is also an HTML rendering of the source code, with syntax highlighting and hyperlinks from uses to definitions. (See the notes on the conversion tool.)
Name | Last modified | Size |
---|---|---|
Parent Directory | - | |
ChangeLog | 2009-01-04 11:18 | 37K |
HuMakefile | 2004-01-24 00:04 | 159 |
INSTALL.html | 2020-07-29 12:54 | 3.8K |
LICENSE | 2003-05-28 01:21 | 1.5K |
Makefile | 2006-05-24 00:27 | 2.7K |
base/ | 2020-07-22 12:55 | - |
configure | 2009-01-04 11:18 | 2.5K |
dirs.dia | 2003-04-22 22:12 | 1.7K |
dirs.png | 2003-04-22 22:03 | 5.0K |
dotdirgraph | 2003-11-25 01:39 | 5.0K |
evman/ | 2020-07-22 12:56 | - |
features.html | 2020-07-22 12:43 | 6.0K |
find-uses | 2001-07-24 19:39 | 276 |
find-word | 2001-07-24 19:39 | 275 |
hs2alfa/ | 2020-07-22 12:55 | - |
hs2html/ | 2009-01-04 11:18 | - |
hs2isabelle/ | 2009-01-04 11:18 | - |
hs2stratego/ | 2020-07-22 12:55 | - |
hsutils/ | 2020-07-23 01:47 | - |
install.dia | 2003-04-22 22:24 | 1.5K |
install.png | 2003-04-22 22:20 | 4.8K |
pfe.cgi | 2018-03-29 23:19 | 6.3K |
pfe/ | 2020-07-22 12:58 | - |
property/ | 2020-07-22 12:58 | - |
scripts/ | 2009-01-04 11:20 | - |
titles | 2005-04-01 00:58 | 1.7K |
tree.cgi | 2016-01-13 00:51 | 1.0K |
usage.html | 2020-08-03 02:12 | 14K |
web/ | 2016-01-13 00:51 | - |
This directory contains the sources for (some of) the tools implemented as part of the Programatica project.
This is all work in progress (including this documentation)!
See the Features and Usage pages for documentation of the main tools. There are also some additional tidbits lying around.
See the INSTALL page.
The code that has been actively developed recently is located in the following subdirectories, some of which contain additional README files:
Directory | Description |
---|---|
base
| Extensible Haskell front-end and base language (Haskell 98) tools. There is a README file with further details. |
pfe
| PFE - the preliminary front-end framework and command-line tools. There is a README file with further details. |
pfe/Browser
| The Programatica Haskell Browser. |
property
| Extension of the base language with P-logic property declarations, including a new parser and an extended type checker. (An awful lot of work for a small extension...) |
hs2html
| Haskell to HTML translator. (Little extra work for a potentially useful tool.) |
hs2alfa
| Haskell to Alfa translator. |
hs2stratego
| Haskell to Stratego translator. |
hsutils
| Small spin-off Haskell utility programs. |
evman
| Files relating to evidence (certificate) management, in particular
the command line tool cert and the implementation of
the certificate servers.
|
scripts
| Various shell scripts, some of which are used in the build process. |
bin , lib
| There are directores created by the Makefile to hold a template of
things that get installed by make install .
(See INSTALL.html).
|