wip: enums

This commit is contained in:
nub31
2025-09-29 12:48:11 +02:00
parent afda23dd1f
commit b5799633bf
6 changed files with 87 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ public sealed class Tokenizer
["export"] = Symbol.Export,
["import"] = Symbol.Import,
["defer"] = Symbol.Defer,
["enum"] = Symbol.Enum,
};
private static readonly Dictionary<char[], Symbol> Symbols = new()