view src/keywordlist.txt @ 125:0607e4e20702

Correct offset error for keyword table lookup
author William Astle <lost@l-w.ca>
date Sun, 07 Jan 2024 20:35:51 -0700
parents 8770e6f977c3
children ac183a519439
line wrap: on
line source

!	token_bang
#	token_hash
$	token_dollar
%	token_percent
&	token_amp
'	token_apos
(	token_oparen
)	token_cparen
*	token_star
+	token_plus
,	token_comma
-	token_minus
/	token_slash
:	token_stmtsep
;	token_semi
?	token_print
@	token_at
^	token_exp
<	token_lt
<=	token_le
=>	token_le
>	token_gt
>=	token_ge
=>	token_ge
<>	token_ne
><	token_ne
=	token_eq
AND	token_and
AS	token_as
ASC	token_asc
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