add env script
[bpt/guile.git] / module / slib / scaglob.scm
1 ;;; "scaglob.scm" syntax-case initializations
2 ;;; Copyright (C) 1992 R. Kent Dybvig
3 ;;;
4 ;;; Permission to copy this software, in whole or in part, to use this
5 ;;; software for any lawful purpose, and to redistribute this software
6 ;;; is granted subject to the restriction that all copies made of this
7 ;;; software must include this copyright notice in full. This software
8 ;;; is provided AS IS, with NO WARRANTY, EITHER EXPRESS OR IMPLIED,
9 ;;; INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY
10 ;;; OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL THE
11 ;;; AUTHORS BE LIABLE FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES OF ANY
12 ;;; NATURE WHATSOEVER.
13
14 ;;; From: Harald Hanche-Olsen <hanche@imf.unit.no>
15
16 ;;; init.ss
17 ;;; Robert Hieb & Kent Dybvig
18 ;;; 92/06/18
19
20 ; These initializations are done here rather than "expand.ss" so that
21 ; "expand.ss" can be loaded twice (for bootstrapping purposes).
22
23 (define expand-syntax #f)
24 (define syntax-dispatch #f)
25 (define generate-temporaries #f)
26 (define identifier? #f)
27 (define syntax-error #f)
28 (define syntax-object->datum #f)
29 (define bound-identifier=? #f)
30 (define free-identifier=? #f)
31 (define syncase:install-global-transformer #f)
32 (define implicit-identifier #f)