mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added file header
This commit is contained in:
parent
e69c21eb16
commit
dbe44e76be
2 changed files with 8 additions and 2 deletions
2
TODO
2
TODO
|
@ -16,8 +16,6 @@ Working TODO list. should start creating issues for these to get them out of her
|
|||
then eval could say, if app macro, expand it and call analyze again
|
||||
may want to branch and experiment with this approach.
|
||||
or just add hooks, then experiment with it in eval...
|
||||
TBD: relocate eval/parser from scm to sld files? might be a good time
|
||||
for it
|
||||
|
||||
|
||||
can start by adding define-syntax? section to transforms.scm.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
;; Cyclone Scheme
|
||||
;; Copyright (c) 2015, Justin Ethier
|
||||
;; All rights reserved.
|
||||
;;
|
||||
;; This module automatically generates the following files:
|
||||
;;
|
||||
;; - dispatch.c => Used by apply to call native C functions.
|
||||
;;
|
||||
(import (scheme base)
|
||||
(scheme file)
|
||||
(scheme write))
|
||||
|
|
Loading…
Add table
Reference in a new issue