...
This commit is contained in:
@@ -61,7 +61,6 @@ public enum Symbol
|
||||
Export,
|
||||
Defer,
|
||||
At,
|
||||
Enum,
|
||||
}
|
||||
|
||||
public abstract record Token(string FileName, SourceSpan Span);
|
||||
|
||||
@@ -24,7 +24,6 @@ public sealed class Tokenizer
|
||||
["export"] = Symbol.Export,
|
||||
["import"] = Symbol.Import,
|
||||
["defer"] = Symbol.Defer,
|
||||
["enum"] = Symbol.Enum,
|
||||
};
|
||||
|
||||
private static readonly Dictionary<char[], Symbol> Symbols = new()
|
||||
|
||||
Reference in New Issue
Block a user