8 lines
159 B
Scheme
8 lines
159 B
Scheme
|
; no copyright
|
||
|
|
||
|
; (link-simple-system '(debug tiny) 'start tiny-system)
|
||
|
|
||
|
(define-structure tiny-system (export start)
|
||
|
(define-all-operators)
|
||
|
(files tiny))
|