mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
More stubs
This commit is contained in:
parent
0c79458ae0
commit
ea99f8e245
1 changed files with 17 additions and 1 deletions
|
@ -1,9 +1,25 @@
|
||||||
(define-library (scheme cyclone libraries)
|
(define-library (scheme cyclone libraries)
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
; TODO: what else?
|
; TODO: what else? definitely need trans.scm
|
||||||
)
|
)
|
||||||
(export
|
(export
|
||||||
;; TODO: get these from library scm file
|
;; TODO: get these from library scm file
|
||||||
|
;(define (library? ast)
|
||||||
|
;(define (lib:name ast) (cadr ast))
|
||||||
|
;(define (lib:name->string name)
|
||||||
|
;(define (lib:name->symbol name)
|
||||||
|
;(define (lib:result result)
|
||||||
|
;(define (lib:exports ast)
|
||||||
|
;(define (lib:imports ast)
|
||||||
|
;(define (lib:body ast)
|
||||||
|
;(define (lib:includes ast)
|
||||||
|
;(define (lib:import->filename import . ext)
|
||||||
|
;(define (lib:import->path import)
|
||||||
|
;(define (lib:read-imports import)
|
||||||
|
;(define (lib:import->export-list import)
|
||||||
|
;(define (lib:resolve-imports imports)
|
||||||
|
;(define (lib:get-all-import-deps imports)
|
||||||
|
;(define (lib:get-dep-list libs/deps)
|
||||||
)
|
)
|
||||||
(include "../../libraries.scm")
|
(include "../../libraries.scm")
|
||||||
;(begin
|
;(begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue