annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
139
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
1 ' tokenf_remabbr
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
2 * tokenf_times
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
3 + tokenf_plus
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
4 - tokenf_minus
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
5 / tokenf_divide
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
6 ? tokenf_print
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
7 ^ tokenf_exp
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
8 < tokenf_lt
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
9 <= tokenf_le
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
10 => tokenf_le
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
11 > tokenf_gt
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
12 >= tokenf_ge
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
13 => tokenf_ge
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
14 <> tokenf_ne
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
15 >< tokenf_ne
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
16 = tokenf_eq
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
17 AND tokenf_and
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
18 AS tokenf_as
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
19 ASC tokenf_asc
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
20 DATA tokenf_data
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
21 ELSE tokenf_else
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
22 END tokenf_end
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
23 GO tokenf_go
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
24 GOTO tokenf_goto
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
25 GOSUB tokenf_gosub
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
26 LET tokenf_let
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
27 LIST tokenf_list
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
28 NEW tokenf_new
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
29 NOT tokenf_not
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
30 OR tokenf_or
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
31 POP tokenf_pop
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
32 PRINT tokenf_print
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
33 REM tokenf_rem
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
34 RETURN tokenf_return
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
35 RUN tokenf_run
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
36 STOP tokenf_stop
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
37 SUB tokenf_sub
5d4801c0566d Get things building again with the updated tokenization scheme
William Astle <lost@l-w.ca>
parents: 126
diff changeset
38 TO tokenf_to