Changeset 29897
- Timestamp:
- 02/11/09 11:41:27 (4 years ago)
- Location:
- lang/scheme/3imp
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/scheme/3imp/4.4.scm
r29870 r29897 1 1 2 2 (load "./util.scm") 3 4 (define extend5 (lambda (e r)6 (cons r e)))7 3 8 4 (define compile -
lang/scheme/3imp/4.5.scm
r29896 r29897 1 1 2 2 (load "./util.scm") 3 4 (define extend5 (lambda (e r)6 (cons r e)))7 3 8 4 (define compile -
lang/scheme/3imp/4.6.scm
r29896 r29897 1 1 2 2 (load "./util.scm") 3 4 (define extend5 (lambda (e r)6 (cons r e)))7 3 8 4 (define compile … … 231 227 (HALT () a) 232 228 (REFER-LOCAL (n x) 233 (VM (index #?=f n) x f c s))229 (VM (index f n) x f c s)) 234 230 (REFER-FREE (n x) 235 231 (VM (index-closure c n) x f c s)) -
lang/scheme/3imp/4.7.scm
r29896 r29897 1 1 2 2 (load "./util.scm") 3 4 (define extend5 (lambda (e r)6 (cons r e)))7 3 8 4 (define compile
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)