Honu: Added todo list to cce-notes.txt
svn: r1840
This commit is contained in:
parent
ac89eb6ef2
commit
d93594fe2a
|
@ -1,3 +1,13 @@
|
||||||
|
Todo:
|
||||||
|
|
||||||
|
mixin sealing
|
||||||
|
improve test suite
|
||||||
|
numeric functionality
|
||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
File purposes:
|
||||||
|
|
||||||
doc.txt: implementation notes
|
doc.txt: implementation notes
|
||||||
tool.ss: definition of language level
|
tool.ss: definition of language level
|
||||||
compile.ss: top-level compilation functions
|
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:
|
3 phases:
|
||||||
- parser tools (-> AST)
|
- 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)
|
- references to "this" only in member access (this.x) or in casts ((IFace)this)
|
||||||
- adds casts to this.x
|
- adds casts to this.x
|
||||||
- simplify-ast : gather asts/sequences into big lets/sequences
|
- simplify-ast : gather asts/sequences into big lets/sequences
|
||||||
|
.
|
||||||
|
.
|
||||||
|
.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user