Remove alloc keyword for struct

This commit is contained in:
nub31
2025-08-18 14:13:52 +02:00
parent 456e13cc6e
commit 08cb6b9f41
7 changed files with 48 additions and 37 deletions

View File

@@ -14,7 +14,6 @@ public sealed class Tokenizer
["break"] = Symbol.Break,
["continue"] = Symbol.Continue,
["return"] = Symbol.Return,
["alloc"] = Symbol.Alloc,
["struct"] = Symbol.Struct,
["let"] = Symbol.Let,
["calls"] = Symbol.Calls,