From 47a6ba27278423217bb73c061a904b05225b9041 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 12 Mar 2011 23:02:22 -0500 Subject: [PATCH] Added additional items to TODO for v0.1.0 --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 1255025..0c9e606 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,8 @@ Misc - Class module is becoming too large; refactor - Disallow member redeclaration in definition + - Permit binding on class methods + - Provide ability to free class from memory (class data stored in internal vars) Member Keywords - Restrictions; throw exceptions when unknown keywords are used