mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 14:57:36 +02:00
Added test code
This commit is contained in:
parent
69a2547b5b
commit
709a13808d
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
;; Temporary file to test changes to the optimization library
|
||||
(import (optimize-cps)
|
||||
(ast)
|
||||
(scheme write)
|
||||
(scheme base))
|
||||
|
||||
|
@ -14,3 +15,8 @@
|
|||
(newline)
|
||||
(display (adbv:defined-by v))
|
||||
(newline))
|
||||
|
||||
|
||||
(define l (ast:make-lambda 0 '() '((write 1) (write 2) (write 3))))
|
||||
(write l)
|
||||
(newline)
|
||||
|
|
Loading…
Add table
Reference in a new issue