[cvs-nhc98] Complete library src/prelude/Hat for portable Hat.

User olaf olaf@sparud.net
Wed, 17 Oct 2001 19:34:29 +0200 (CEST)


olaf: Wed Oct 17 19:34:29 CEST 2001

Update of /usr/src/master/nhc/script
In directory hinken:/tmp/cvs-serv1736/script

Modified Files:
	nhc98.inst 
Log Message:
Complete library src/prelude/Hat for portable Hat.

The library now contains a minimal prelude wrapper.
There is a Makefile which works, but produces many warnings.

The compiler option -hx has been replaced by -hat.
Envoking it transforms a module `Name' into a tracing module `TName'.
If the module is `Main' the name is unchanged and a special function
definition of `main' is added (the filename is still prefixed by `T').

The transformation works for an extended hello world program. 
For some reason (packString not always working?) the module name `Main' is followed by many bytes of rubish before the final \0 in the trace file.
hat-trail works fine with the trace.
hat-detect shows some strange reductions and hat-observe doesn't show reductions of all identifiers. This is with the v1.08 tools, because the transformation doesn't yet produce any toplevel identifiers (all are in old format and hence local).

Changed some includes of hat.h to art.h (forgotten last time).