This commit is contained in:
nub31
2025-05-28 14:15:16 +02:00
parent 3d095ec648
commit a098065136
7 changed files with 93 additions and 53 deletions

View File

@@ -15,7 +15,7 @@ public class Lexer
["break"] = Symbol.Break,
["continue"] = Symbol.Continue,
["return"] = Symbol.Return,
["new"] = Symbol.New,
["alloc"] = Symbol.Alloc,
["struct"] = Symbol.Struct,
["let"] = Symbol.Let,
};