Difference between revisions of "SCI/TODO"

Jump to navigation Jump to search
(Group TODOs by rough estimated difficulty)
Line 15: Line 15:
*** 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.