diff PROJECTS @ 7787:6b521b1e3631

Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
author David Bateman <dbateman@free.fr>
date Tue, 13 May 2008 21:12:12 +0200
parents e8d953d03f6a
children 82be108cc558
line wrap: on
line diff
--- a/PROJECTS	Tue May 20 16:49:02 2008 -0400
+++ b/PROJECTS	Tue May 13 21:12:12 2008 +0200
@@ -174,15 +174,6 @@
 
   * Allow customization of the debug prompt.
 
-  * For the keyboard function, parse return (or quit) more
-    intelligently so that something like
-
-      debug> x = 1; return
-
-    will work as expected.
-
-  * Handle multi-line input at the keyboard/debug prompt correctly.
-
   * Fix the parser so that
 
       if (expr) 'this is a string' end