mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Added lib stubs
This commit is contained in:
parent
e51ca308ff
commit
ff4b3b24fc
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@
|
||||||
(cdr code)))
|
(cdr code)))
|
||||||
;; TODO: include, include-ci, cond-expand
|
;; TODO: include, include-ci, cond-expand
|
||||||
|
|
||||||
|
(define (lib:import->filename import)
|
||||||
|
'TODO) ;; resolve library filename from an import
|
||||||
|
(define (lib:import->export-list)
|
||||||
|
' TODO) ;; Read export list for a given import
|
||||||
|
|
||||||
;; END Library section
|
;; END Library section
|
||||||
|
|
||||||
;; Code emission.
|
;; Code emission.
|
||||||
|
|
Loading…
Add table
Reference in a new issue