oops, was fixed

This commit is contained in:
Irmen de Jong 2024-09-14 21:17:38 +02:00
parent 0d3ad80659
commit a4f7512d44

View File

@ -1,14 +1,10 @@
TODO
====
Should give type error, but seems to make num a word !?:
const uword screenwidth = txt.DEFAULT_WIDTH
const ubyte num = (screenwidth-1) / 2
callgraph issue? : if a sub contains another sub and it calls that, the outer sub is never removed even if it doesn't get called?
callgraph issue? : there's an odd case that keeps unused subroutines marked as used , they don't get removed. Has to do with declaring string var. ::
There's an odd case that keeps unused subroutines marked as used , they don't get removed. Has to do with declaring string var. ::
it's a 64tass issue, caused by prog8 including full prefixed symbol name in the str case, and a local name in the array case....
%import conv
%option no_sysinit