diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-18 05:08:40 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-18 05:08:40 +0100 |
commit | 2270c4f5c9a010e60741d899384f4b09f8961fb3 (patch) | |
tree | fc4428b173fba2758fa9e2dfe168d672a4782e1e | |
parent | 7138c2611300612ecc0ce5b4cc204964b14be94d (diff) | |
download | sciteco-2270c4f5c9a010e60741d899384f4b09f8961fb3.tar.gz |
updated TODOv0.6.4
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ Known Bugs: are in the internal pdcwin.h. Also batch mode is broken in PDCurses/win32 - endwin() does not work. + * It is still possible to crash SciTECO using recursive functions, + since they map to the C++ program's call stack. + It is perhaps best to use another ValueStack as a stack of + macro strings and implement our own function calling. Features: * Support loading from stdin (--stdin) and writing to |