maintenance

This commit is contained in:
nub31
2025-10-16 20:24:39 +02:00
parent 00d0b73487
commit 13a9b4f89b
6 changed files with 32 additions and 19 deletions

View File

@@ -15,9 +15,6 @@ public sealed class Tokenizer
["return"] = Symbol.Return,
["struct"] = Symbol.Struct,
["let"] = Symbol.Let,
["calls"] = Symbol.Calls,
["for"] = Symbol.For,
["in"] = Symbol.In,
["extern"] = Symbol.Extern,
["module"] = Symbol.Module,
["export"] = Symbol.Export,