Honu: Added todo list to cce-notes.txt

svn: r1840
This commit is contained in:
Carl Eastlund 2006-01-16 18:25:03 +00:00
parent ac89eb6ef2
commit d93594fe2a

View File

@ -1,3 +1,13 @@
Todo:
mixin sealing
improve test suite
numeric functionality
------------------------------------------------------------
File purposes:
doc.txt: implementation notes
tool.ss: definition of language level
compile.ss: top-level compilation functions
@ -11,9 +21,7 @@ private/typechecker/type-utils.ss: simple type operations
------------------------------------------------------------
Mixins: new form NYI
------------------------------------------------------------
General structure:
3 phases:
- parser tools (-> AST)
@ -22,4 +30,7 @@ Mixins: new form NYI
- references to "this" only in member access (this.x) or in casts ((IFace)this)
- adds casts to this.x
- simplify-ast : gather asts/sequences into big lets/sequences
.
.
.