Index: translator/comments.txt
===================================================================
--- translator/comments.txt	(revision 51b734528489f81a5af985bfee9aa3b6625b9774)
+++ translator/comments.txt	(revision 51b734528489f81a5af985bfee9aa3b6625b9774)
@@ -0,0 +1,7 @@
+BasicInit::mutate(SynTree::CompoundStmt *compoundStmt)
+	- collect all decl stmts from kids
+	- move to top of block
+	- replace initializers with assignment stmts
+
+	- throw( 0 ) s.b. throw SemanticError( "type doesn't match initializer in ", odecl );
+	- doesn't work when initialization depends on previous computation in same block
