Perf improvements in tokenizer
This commit is contained in:
@@ -2,8 +2,6 @@ namespace NubLang.Code;
|
||||
|
||||
public readonly struct SourceLocation : IEquatable<SourceLocation>, IComparable<SourceLocation>
|
||||
{
|
||||
public static SourceLocation Zero => new(0, 0);
|
||||
|
||||
public SourceLocation(int line, int column)
|
||||
{
|
||||
Line = line;
|
||||
|
||||
Reference in New Issue
Block a user