Mercurial > hg > octave-thorsten
diff PROJECTS @ 3162:7c96e85c76db
[project @ 1998-04-08 18:19:35 by jwe]
author | jwe |
---|---|
date | Wed, 08 Apr 1998 18:21:04 +0000 (1998-04-08) |
parents | 292ff0bf484b |
children | d609b993be3b |
line wrap: on
line diff
--- a/PROJECTS +++ b/PROJECTS @@ -1,3 +1,5 @@ +<html> +<pre> Octave PROJECTS -*- text -*- =============== @@ -249,6 +251,17 @@ Interpreter: ----------- + * 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. + + * Warn about M-files with timestamps in the future. + * Fix the parser so that function foo () @@ -356,6 +369,9 @@ * Input stream class for parser files -- must manage buffers for flex and context for global variable settings. + * make parser do more semantic checking, continue after errors when + compiling functions, etc. + * Make LEXICAL_ERROR have a value that is the error message for parse_error() to print? @@ -752,3 +768,5 @@ * Squash bugs. --30-- +</pre> +</html>