2008-12-14 16:30:38 +01:00
|
|
|
|
2009-01-09 21:30:29 +01:00
|
|
|
A few suggestions for tasks
|
2009-01-06 12:30:49 +01:00
|
|
|
* 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
|
|
|
|
|
2008-12-14 16:30:38 +01:00
|
|
|
|