From: Peep P. <so...@us...> - 2004-03-16 14:52:05
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14998 Modified Files: TODO Log Message: Update. Index: TODO =================================================================== RCS file: /cvsroot/agd/server/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- TODO 16 Mar 2004 14:19:43 -0000 1.3 +++ TODO 16 Mar 2004 14:42:44 -0000 1.4 @@ -50,9 +50,10 @@ - more user-friendly error messages (yyerrors) - check for lib root and folder of debug log with access() and exit gracefully if it fails. - set string_type of all new string variables - default values for arguments + - default values for arguments int foo(int i, int j = 1); - string table for each program, and F_PUSH_STRING takes index into the table - clean up includes, not everything needs everything in std.h and lpc_incl.h, etc. - for div, mul and mod - if both sides are direct_type, calculate result at compile-time - compile-time eval for < > <= >= == != ! + - make maintainer-clean should also remove src/dfparse.output and src/lang.output |