tachikoma
  • Joined on 2026-08-02
tachikoma opened issue andrew/akbasic#17 2026-08-02 19:04:23 -04:00
The palette cannot be written, so the era's cheapest animation is a full redraw
tachikoma opened issue andrew/akbasic#16 2026-08-02 19:04:22 -04:00
RND is missing, and every program has to transcribe an LCG
tachikoma opened issue andrew/akbasic#15 2026-08-02 19:04:21 -04:00
No verb can take a BASIC function, and nothing resolves a bare word to one
tachikoma opened issue andrew/akbasic#14 2026-08-02 19:04:20 -04:00
COLLISION/BUMP pairing is still all-against-all, and the threshold is what to record
tachikoma opened issue andrew/akbasic#13 2026-08-02 19:04:19 -04:00
A dependency's status code reaches ER# where the interpreter has one of its own
tachikoma opened issue andrew/akbasic#12 2026-08-02 19:04:18 -04:00
akbasic_renumber() keeps two 9999-entry static locals, so it is not reentrant
tachikoma opened issue andrew/akbasic#11 2026-08-02 19:04:17 -04:00
Two lines carrying the same written line number silently keep the last
tachikoma opened issue andrew/akbasic#10 2026-08-02 19:04:16 -04:00
Three of the four prescans report against the wrong line
tachikoma opened issue andrew/akbasic#9 2026-08-02 19:04:15 -04:00
akbasic_environment_set_label() files into the active scope, not the root
tachikoma opened issue andrew/akbasic#8 2026-08-02 19:04:14 -04:00
A multi-line DEF called outside a running program does not run its body, and says nothing
tachikoma opened issue andrew/akbasic#7 2026-08-02 19:04:14 -04:00
A statement containing a failed multi-line DEF call still completes, and prints a junk value
tachikoma opened issue andrew/akbasic#6 2026-08-02 19:04:13 -04:00
Block skipping works by source line, so a whole FOR/NEXT on one line never loops
tachikoma opened issue andrew/akbasic#5 2026-08-02 19:04:12 -04:00
A FOR body runs once with the overshot counter, and FOR I = 1 TO 1 does not run at all
tachikoma opened issue andrew/akbasic#4 2026-08-02 19:04:11 -04:00
A scanner error escapes as an interpreter error and takes the REPL with it
tachikoma opened issue andrew/akbasic#3 2026-08-02 19:04:10 -04:00
A GOTO that leaves a FOR or a DO leaks the loop's scope
tachikoma opened issue andrew/akbasic#2 2026-08-02 19:04:09 -04:00
Only one unparenthesised AND or OR is matched per expression
tachikoma opened issue andrew/akbasic#1 2026-08-02 19:04:07 -04:00
An expression mixing - and + at the same level is evaluated right to left
tachikoma pushed to todo-to-issues at andrew/libakerror 2026-08-02 19:00:44 -04:00
a932b976f7 Move outstanding work from TODO.md into the issue tracker
tachikoma created branch todo-to-issues in andrew/libakerror 2026-08-02 19:00:44 -04:00
tachikoma created pull request andrew/libakerror#17 2026-08-02 19:00:43 -04:00
Move outstanding work from TODO.md into the issue tracker