added diskio.list_files(). ci-viewer now loads all *.ci files it finds.

This commit is contained in:
Irmen de Jong
2020-12-11 22:36:14 +01:00
parent 4f6c45c86c
commit 34babfb5de
4 changed files with 70 additions and 27 deletions

View File

@@ -2,6 +2,7 @@
TODO
====
- add strcpy()
- see if we can group some errors together for instance the (now single) errors about unidentified symbols
- Cx16 target: support full-screen 640x480 and 320x240 graphics? That requires our own custom graphics routines though to draw lines.
- hoist all variable declarations up to the subroutine scope *before* even the constant folding takes place (to avoid undefined symbol errors when referring to a variable from another nested scope in the subroutine)