This commit is contained in:
nub31
2025-09-10 22:33:58 +02:00
parent f25d003432
commit a6b54dfef3
21 changed files with 587 additions and 880 deletions

View File

@@ -20,6 +20,7 @@ public sealed class Tokenizer
["interface"] = Symbol.Interface,
["for"] = Symbol.For,
["extern"] = Symbol.Extern,
["module"] = Symbol.Module,
};
private static readonly Dictionary<char[], Symbol> Symbols = new()