home *** CD-ROM | disk | FTP | other *** search
- There are now three new command line features for liszt:
-
- 1. -E <s-expr>, where <s-expr> will be evaluated before compilation
- starts. For example, the setting of constants can be done in this way:
-
- liszt -E '(setq foobar "***foobar-string***")' foobar.l
-
- and in the file being compiled, foobar is accessed as '#.foobar.
-
- 2. -I <include-file>, where <include-file> will be loaded (via load)
- before compilation starts.
-
- 3. A combination of the -S and -o switches will set the .s file, as in:
-
- liszt -S -o foo.vax.s foo.l
-
- where previously, the -S determined the name of the .s file (foo.s in
- the above example).
-
-
-
-