diff --git a/collects/honu/cce-notes.txt b/collects/honu/cce-notes.txt index 4fe8524a80..84e8586ac6 100644 --- a/collects/honu/cce-notes.txt +++ b/collects/honu/cce-notes.txt @@ -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 +. +. +.