From d93594fe2a37888003935e899e5f302e3b55218c Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Mon, 16 Jan 2006 18:25:03 +0000 Subject: [PATCH] Honu: Added todo list to cce-notes.txt svn: r1840 --- collects/honu/cce-notes.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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 +. +. +.