|
@@ -78,7 +78,7 @@ let kwds =
|
|
"end"; "false"; "for"; "function"; "if";
|
|
"end"; "false"; "for"; "function"; "if";
|
|
"in"; "local"; "nil"; "not"; "or"; "repeat";
|
|
"in"; "local"; "nil"; "not"; "or"; "repeat";
|
|
"return"; "then"; "true"; "until"; "while";
|
|
"return"; "then"; "true"; "until"; "while";
|
|
- "goto"
|
|
|
|
|
|
+ "goto"; "self";
|
|
];
|
|
];
|
|
h
|
|
h
|
|
|
|
|