diff src/keywordlist.txt @ 139:5d4801c0566d

Get things building again with the updated tokenization scheme
author William Astle <lost@l-w.ca>
date Mon, 15 Jul 2024 23:26:15 -0600
parents ac183a519439
children
line wrap: on
line diff
--- a/src/keywordlist.txt	Sat Jul 13 17:33:01 2024 -0600
+++ b/src/keywordlist.txt	Mon Jul 15 23:26:15 2024 -0600
@@ -1,49 +1,38 @@
-!	token_bang
-#	token_hash
-$	token_dollar
-%	token_percent
-&	token_amp
-'	token_remabbr
-(	token_oparen
-)	token_cparen
-*	token_times
-+	token_plus
-,	token_sep
--	token_minus
-/	token_divide
-:	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
-GOTO	token_goto
-GOSUB	token_gosub
-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
+'	tokenf_remabbr
+*	tokenf_times
++	tokenf_plus
+-	tokenf_minus
+/	tokenf_divide
+?	tokenf_print
+^	tokenf_exp
+<	tokenf_lt
+<=	tokenf_le
+=>	tokenf_le
+>	tokenf_gt
+>=	tokenf_ge
+=>	tokenf_ge
+<>	tokenf_ne
+><	tokenf_ne
+=	tokenf_eq
+AND	tokenf_and
+AS	tokenf_as
+ASC	tokenf_asc
+DATA	tokenf_data
+ELSE	tokenf_else
+END	tokenf_end
+GO	tokenf_go
+GOTO	tokenf_goto
+GOSUB	tokenf_gosub
+LET	tokenf_let
+LIST	tokenf_list
+NEW	tokenf_new
+NOT	tokenf_not
+OR	tokenf_or
+POP	tokenf_pop
+PRINT	tokenf_print
+REM	tokenf_rem
+RETURN	tokenf_return
+RUN	tokenf_run
+STOP	tokenf_stop
+SUB	tokenf_sub
+TO	tokenf_to