home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / language / scm / !Scm / slib / scaglob < prev    next >
Encoding:
Text File  |  1993-03-24  |  644 b   |  21 lines

  1. ;;; This file was munged by a simple minded sed script since it left
  2. ;;; its original authors' hands.  See syncase.doc for the horrid details.
  3.  
  4. ;;; init.ss
  5. ;;; Robert Hieb & Kent Dybvig
  6. ;;; 92/06/18
  7.  
  8. ; These initializations are done here rather than "expand.ss" so that
  9. ; "expand.ss" can be loaded twice (for bootstrapping purposes).
  10.  
  11. (define expand-syntax #f)
  12. (define syntax-dispatch #f)
  13. (define generate-temporaries #f)
  14. (define identifier? #f)
  15. (define syntax-error #f)
  16. (define syntax-object->datum #f)
  17. (define bound-identifier=? #f)
  18. (define free-identifier=? #f)
  19. (define syncase:install-global-transformer #f)
  20. (define implicit-identifier #f)
  21.