log

age author description
Wed, 23 Nov 2022 21:34:21 -0700 William Astle Immediate mode line insertion, removal, and replacement
Mon, 21 Nov 2022 23:18:40 -0700 William Astle Add raw version of nextchar/curchar that does not skip spaces
Mon, 21 Nov 2022 22:56:24 -0700 William Astle Detect tokens in interpretation loop correctly
Mon, 21 Nov 2022 22:54:25 -0700 William Astle Enable capslock by default and keep it on reset
Mon, 21 Nov 2022 22:38:01 -0700 William Astle Fix ERROR routine to actually work
Mon, 21 Nov 2022 22:35:29 -0700 William Astle Fix test in writechrconduc to test true lower case flag correctly
Mon, 21 Nov 2022 22:29:06 -0700 William Astle Enable default LET command with stub handler
Mon, 21 Nov 2022 22:25:44 -0700 William Astle Fix keyword lookup in tokenize to actually see end of keyword table
Mon, 21 Nov 2022 22:22:17 -0700 William Astle Fix STOP to show BREAK message in immediate mode
Mon, 21 Nov 2022 22:22:01 -0700 William Astle Enable and correct logic error in immediate mode line interpretation
Mon, 21 Nov 2022 22:10:33 -0700 William Astle Fix some logic errors in tokenize routine
Tue, 15 Nov 2022 23:37:38 -0700 William Astle Command interpreation loop, END, STOP, DATA, ', REM, ELSE
Tue, 15 Nov 2022 23:34:03 -0700 William Astle Make listings use 16 space tabs
Mon, 14 Nov 2022 22:25:08 -0700 William Astle Change register usage for tokenization and use input ptr in immediate loop
Sun, 13 Nov 2022 23:42:09 -0700 William Astle Add tokenization, keyword lists, and some interpretation loop bits