aboutsummaryrefslogtreecommitdiff
path: root/aplus_tokens.c
diff options
context:
space:
mode:
Diffstat (limited to 'aplus_tokens.c')
-rw-r--r--aplus_tokens.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/aplus_tokens.c b/aplus_tokens.c
index 8d2249e..d685189 100644
--- a/aplus_tokens.c
+++ b/aplus_tokens.c
@@ -85,26 +85,26 @@ const char *aplus_cmds[] = {
"SET", /* $50 */
"LVAR", /* $51 */
"", /* $52, silent LET */
- "ERROR-" /* $53 */
+ "ERROR- " /* $53 */
};
const int aplus_cmd_size = sizeof(aplus_cmds);
const char *aplus_ops[] = {
0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0,
",", /* $12 */
"$", /* $13 */
":", /* $14 */
";", /* $15 */
"", /* $16 */
- "GOTO", /* $17 */
- "GOSUB", /* $18 */
- "TO", /* $19 */
- "STEP", /* $1a */
- "THEN", /* $1b */
- "USING", /* $1c */
+ " GOTO ", /* $17 */
+ " GOSUB ", /* $18 */
+ " TO ", /* $19 */
+ " STEP ", /* $1a */
+ " THEN ", /* $1b */
+ " USING ", /* $1c */
"#", /* $1d */
"<=", /* $1e */
"<>", /* $1f */
@@ -117,9 +117,9 @@ const char *aplus_ops[] = {
"+", /* $26 */
"-", /* $27 */
"/", /* $28 */
- "NOT", /* $29 */
- "OR", /* $2a */
- "AND", /* $2b */
+ " NOT ", /* $29 */
+ " OR ", /* $2a */
+ " AND ", /* $2b */
"!", /* $2c */
"&", /* $2d */
"(", /* $2e */