mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Added notes
This commit is contained in:
parent
a2c511a29b
commit
a4aeaaf1d3
1 changed files with 9 additions and 1 deletions
10
trans.scm
10
trans.scm
|
@ -1724,8 +1724,11 @@
|
||||||
; compute index of result that is after any libs that lib imports
|
; compute index of result that is after any libs that lib imports
|
||||||
; compute index of result that is before any libs that import lib
|
; compute index of result that is before any libs that import lib
|
||||||
; if there is a 'hole' then insert lib into result in that space
|
; if there is a 'hole' then insert lib into result in that space
|
||||||
; otherwise, throw an error (unfortunate but best we can do right now)
|
; otherwise, throw an error (unfortunate but will identify problems)
|
||||||
|
|
||||||
|
; TODO: helper function - (list-insert-at! lis obj k)
|
||||||
|
;
|
||||||
|
;
|
||||||
; (let* ((result '())
|
; (let* ((result '())
|
||||||
; (add-result!
|
; (add-result!
|
||||||
; (lambda (name)
|
; (lambda (name)
|
||||||
|
@ -1767,6 +1770,11 @@
|
||||||
; base read eval (base has no deps and is already there, nothing to do)
|
; base read eval (base has no deps and is already there, nothing to do)
|
||||||
; base read eval lib2 lib1 (lib1's 'stuff' added at the end)
|
; base read eval lib2 lib1 (lib1's 'stuff' added at the end)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; END Library section
|
;; END Library section
|
||||||
|
|
||||||
; Suitable definitions for the cell functions:
|
; Suitable definitions for the cell functions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue