home *** CD-ROM | disk | FTP | other *** search
- the new features of liszt 8.04 are:
-
- 1) init files:
- Before liszt begins compiling, it looks for an init file to load in.
- It first searches in the current directory, and then it searches
- your home directory (getenv 'HOME).
- It looks for file names:
- .lisztrc.o .lisztrc.l lisztrc.o lisztrc.l
- It loads only the first one it finds.
-
- 2) interrupt handling
- If you interrupt liszt (with ^C typically), it will remove its
- temporary file and exit.
-
- 3) preallocation of space
- It preallocates space in order to reduce the number of gc's done
- during compiling.
-
-
-
-
-
-