macro-package-defs.scm 329 B

1234567891011
  1. ; Part of Scheme 48 1.9. See file COPYING for notices and license.
  2. ; Authors: Richard Kelsey, Jonathan Rees, Marcus Crestani
  3. ; VM-ARCHITECTURE is used in a FOR-SYNTAX clause in the VM package definitions.
  4. (define-structures ((vm-architecture (export stob-data)))
  5. (open scheme enumerated platform)
  6. (files (interp arch)))