1,079
edits
Line 12: | Line 12: | ||
* Difficult | * Difficult | ||
** Turn code into templates in following files (now they generate code via #defines): | ** Turn code into templates in following files (now they generate code via #defines): | ||
*** gfx/picfill.cpp | *** gfx/picfill.cpp | ||
** make the SCI tools compilable (to avoid bitrot, while we change code that they depend on), and finally usable again. | ** make the SCI tools compilable (to avoid bitrot, while we change code that they depend on), and finally usable again. | ||
** rewrite the YACC parser code in said.y in pure, readable C++, so we don't need YACC/Bison. | ** rewrite the YACC parser code in said.y in pure, readable C++, so we don't need YACC/Bison. |
edits