home *** CD-ROM | disk | FTP | other *** search
- ; -*- Mode: Lisp; Syntax: Common-Lisp; -*-
- ; File files.lisp / Copyright (c) 1991 Jonathan Rees / See file COPYING
-
- ; This file intentionally has no IN-PACKAGE, because it's
- ; loaded into the SCHI package
-
- (lisp:defparameter translator-files
- '("P-RECORD" ; record package
- "P-UTILS" ; tables and fluids
- "LIST" ; list utilities
- "CLASSES"
- "EXPR" ; expression stuff used by classifier
- "CLASSIFY"
- "NODE" ; budding node abstraction
- "MODULE" ; signatures and modules
- "SSIG" ; Scheme signature
- "ALPHA" ; front end
- "RULES" ; the (syntax-rules ...) macro
- "DERIVE" ; derived expression types
- "SCHEMIFY" ; degenerate back end
- "STRATEGY" ; LETREC strategy anaylzer
- "VERSION"
-
- ;; CL-specific stuff
- "EMIT" ; code emission utilities
- "GENERATE" ; CL code generator
- "BUILTIN" ; CL info about scheme built-ins
- "TRANSLATE" ; phase coordination and file transducer
- ))
-