#| -*-Scheme-*-
-$Id: inerly.scm,v 1.3 2001/12/19 21:39:29 cph Exp $
+$Id: inerly.scm,v 1.4 2001/12/20 02:03:21 cph Exp $
Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
;;; Package: (compiler lap-syntaxer)
(declare (usual-integrations))
-\f
+
;;;; Transformers and utilities
;;; NOPs for now.
(cons (cons name transformer)
early-transformers)))
-(define (eq-subset? s1 s2)
- (or (null? s1)
- (and (memq (car s1) s2)
- (eq-subset? (cdr s1) s2))))
-
;;; Instruction and addressing mode macros
(syntax-table/define (->environment '(COMPILER))
(cddr pattern)
true)))))))
patterns))
- EARLY-INSTRUCTIONS))))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ EARLY-INSTRUCTIONS))))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: inerly.scm,v 1.4 2001/12/19 21:39:30 cph Exp $
+$Id: inerly.scm,v 1.5 2001/12/20 02:03:21 cph Exp $
Copyright (c) 1992, 1999, 2001 Massachusetts Institute of Technology
(cons (cons name transformer)
early-transformers)))
-(define (eq-subset? s1 s2)
- (or (null? s1)
- (and (memq (car s1) s2)
- (eq-subset? (cdr s1) s2))))
-
;;; Instruction and addressing mode macros
(syntax-table/define (->environment '(COMPILER LAP-SYNTAXER))
#| -*-Scheme-*-
-$Id: inerly.scm,v 1.3 2001/12/19 21:39:30 cph Exp $
+$Id: inerly.scm,v 1.4 2001/12/20 02:03:21 cph Exp $
Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology
;;; NOPs for now.
(declare (usual-integrations))
-\f
+
;;;; Transformers and utilities
(define early-instructions '())
(cons (cons name transformer)
early-transformers)))
-(define (eq-subset? s1 s2)
- (or (null? s1)
- (and (memq (car s1) s2)
- (eq-subset? (cdr s1) s2))))
-
;;; Instruction and addressing mode macros
(syntax-table/define (->environment '(COMPILER))
(cddr pattern)
true)))))))
patterns))
- EARLY-INSTRUCTIONS))))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ EARLY-INSTRUCTIONS))))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: inerly.scm,v 1.3 2001/12/19 21:39:30 cph Exp $
+$Id: inerly.scm,v 1.4 2001/12/20 02:03:21 cph Exp $
Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology
;;; NOPs for now.
(declare (usual-integrations))
-\f
+
;;;; Transformers and utilities
(define early-instructions '())
(cons (cons name transformer)
early-transformers)))
-(define (eq-subset? s1 s2)
- (or (null? s1)
- (and (memq (car s1) s2)
- (eq-subset? (cdr s1) s2))))
-
;;; Instruction and addressing mode macros
(syntax-table/define (->environment '(COMPILER))
(cddr pattern)
true)))))))
patterns))
- EARLY-INSTRUCTIONS))))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ EARLY-INSTRUCTIONS))))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: inerly.scm,v 1.3 2001/12/19 21:39:30 cph Exp $
+$Id: inerly.scm,v 1.4 2001/12/20 02:03:21 cph Exp $
Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology
;;; NOPs for now.
(declare (usual-integrations))
-\f
+
;;;; Transformers and utilities
(define early-instructions '())
(cons (cons name transformer)
early-transformers)))
-(define (eq-subset? s1 s2)
- (or (null? s1)
- (and (memq (car s1) s2)
- (eq-subset? (cdr s1) s2))))
-
;;; Instruction and addressing mode macros
(syntax-table/define (->environment '(COMPILER))
(cddr pattern)
true)))))))
patterns))
- EARLY-INSTRUCTIONS))))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ EARLY-INSTRUCTIONS))))
\ No newline at end of file