view src/keywordlist.txt @ 121:5d5472b11ccd

Initital skeleton of separation of separate parsing scheme This is the first commit in a long series related to separating the parsing of the input code from the execution of the code. It should allow for more efficient, and probably simpler, execution while giving quicker feedback when someone types in syntactically invalid code.
author William Astle <lost@l-w.ca>
date Sun, 31 Dec 2023 17:44:39 -0700
parents
children 5681cdada362
line wrap: on
line source

AND,token_and
DATA,token_data
ELSE,token_else
END,token_end
GO,token_go
LET,token_let
LIST,token_list
NEW,token_new
NOT,token_not
OR,token_or
POP,token_pop
PRINT,token_print
REM,token_rem
RETURN,token_return
RUN,token_run
STOP,token_stop
SUB,token_sub
TO,token_to