aboutsummaryrefslogtreecommitdiff
path: root/int_tokens.c
diff options
context:
space:
mode:
Diffstat (limited to 'int_tokens.c')
-rw-r--r--int_tokens.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/int_tokens.c b/int_tokens.c
index 8daccbc..9875e75 100644
--- a/int_tokens.c
+++ b/int_tokens.c
@@ -100,14 +100,14 @@ const char *int_ops[] = {
",", /* $10 */
":", /* $11 */
";", /* $12 */
- "\x1b", /* $13 */
- "GOTO", /* $14 */
- "GOSUB", /* $15 */
- "TO", /* $16 */
- "STEP", /* $17 */
+ "", /* $13 */
+ " GOTO ", /* $14 */
+ " GOSUB ", /* $15 */
+ " TO ", /* $16 */
+ " STEP ", /* $17 */
"=", /* $18 */
"=", /* $19 */
- "THEN", /* $1A */
+ " THEN ", /* $1A */
"#", /* $1B */
"^&", /* $1C */
"^!", /* $1D */
@@ -126,9 +126,9 @@ const char *int_ops[] = {
"-", /* $2A */
"/", /* $2B */
"%", /* $2C */
- "NOT", /* $2D */
- "OR", /* $2E */
- "AND", /* $2F */
+ " NOT ", /* $2D */
+ " OR ", /* $2E */
+ " AND ", /* $2F */
"!", /* $30 */
"&", /* $31 */
"(", /* $32 */