Control Flow 9

This commit is contained in:
nazrin 2025-06-01 21:08:11 +00:00
parent e749367886
commit f0ff14e5b5
6 changed files with 133 additions and 14 deletions

View file

@ -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;