...
This commit is contained in:
@@ -21,7 +21,7 @@ public class Lexer
|
||||
|
||||
private static readonly Dictionary<string, Modifier> Modifiers = new()
|
||||
{
|
||||
["global"] = Modifier.Global,
|
||||
["export"] = Modifier.Export,
|
||||
["extern"] = Modifier.Extern,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user