This commit is contained in:
nub31
2025-05-27 09:18:31 +02:00
parent 32102363f3
commit 4f3959923d
9 changed files with 347 additions and 284 deletions

View File

@@ -21,7 +21,7 @@ public class Lexer
private static readonly Dictionary<string, Modifier> Modifiers = new()
{
["global"] = Modifier.Global,
["export"] = Modifier.Export,
["extern"] = Modifier.Extern,
};