Changeset 29897

Show
Ignore:
Timestamp:
02/11/09 11:41:27 (4 years ago)
Author:
mokehehe
Message:

不要な関数 extend を削除

Location:
lang/scheme/3imp
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/scheme/3imp/4.4.scm

    r29870 r29897  
    11 
    22(load "./util.scm") 
    3  
    4 (define extend 
    5   (lambda (e r) 
    6     (cons r e))) 
    73 
    84(define compile 
  • lang/scheme/3imp/4.5.scm

    r29896 r29897  
    11 
    22(load "./util.scm") 
    3  
    4 (define extend 
    5   (lambda (e r) 
    6     (cons r e))) 
    73 
    84(define compile 
  • lang/scheme/3imp/4.6.scm

    r29896 r29897  
    11 
    22(load "./util.scm") 
    3  
    4 (define extend 
    5   (lambda (e r) 
    6     (cons r e))) 
    73 
    84(define compile 
     
    231227                 (HALT () a) 
    232228                 (REFER-LOCAL (n x) 
    233                               (VM (index #?=f n) x f c s)) 
     229                              (VM (index f n) x f c s)) 
    234230                 (REFER-FREE (n x) 
    235231                             (VM (index-closure c n) x f c s)) 
  • lang/scheme/3imp/4.7.scm

    r29896 r29897  
    11 
    22(load "./util.scm") 
    3  
    4 (define extend 
    5   (lambda (e r) 
    6     (cons r e))) 
    73 
    84(define compile