diff --git a/TODO b/TODO index 518f5971..be555612 100644 --- a/TODO +++ b/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. diff --git a/generate-c.scm b/generate-c.scm index 367c40cc..08078a75 100644 --- a/generate-c.scm +++ b/generate-c.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))