Removed tasks.txt, most of it is moved to Track, some general issues were not

This commit is contained in:
Reijo Tomperi 2009-01-17 13:27:57 +00:00
parent 8780fbf8bb
commit 673fb25e4d
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
A few suggestions for tasks
* Optimise
* Refactor
* Preprocessor
- expand macros (under work)
- include files
- etc?
* Token list
- improve the variable id for class member variables
- simplify "void f(x) int x; {" into "void f(int x) {"
- etc?
* Add unit tests
* improved error message handling