Control Flow 9
This commit is contained in:
parent
e749367886
commit
f0ff14e5b5
6 changed files with 133 additions and 14 deletions
|
|
@ -72,7 +72,7 @@ class Scanner {
|
|||
case "class": return CLASS;
|
||||
case "else": return ELSE;
|
||||
case "false": return FALSE;
|
||||
case ":or": return FOR;
|
||||
case "for": return FOR;
|
||||
case "fun": return FUN;
|
||||
case "if": return IF;
|
||||
case "nil": return NIL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue