diff options
| -rw-r--r-- | lua.stx | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | %{ | 1 | %{ |
| 2 | 2 | ||
| 3 | char *rcs_luastx = "$Id: $"; | 3 | char *rcs_luastx = "$Id: lua.stx,v 1.1 1993/12/17 18:53:07 celes Exp roberto $"; |
| 4 | 4 | ||
| 5 | #include <stdio.h> | 5 | #include <stdio.h> |
| 6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
| @@ -150,6 +150,7 @@ static void code_number (float f) | |||
| 150 | 150 | ||
| 151 | %start functionlist | 151 | %start functionlist |
| 152 | 152 | ||
| 153 | %token WRONGTOKEN | ||
| 153 | %token NIL | 154 | %token NIL |
| 154 | %token IF THEN ELSE ELSEIF WHILE DO REPEAT UNTIL END | 155 | %token IF THEN ELSE ELSEIF WHILE DO REPEAT UNTIL END |
| 155 | %token RETURN | 156 | %token RETURN |
