...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Nub.Lang.Frontend.Lexing;
|
||||
|
||||
public class LiteralToken(Type type, string value) : Token
|
||||
public class LiteralToken(NubType type, string value) : Token
|
||||
{
|
||||
public Type Type { get; } = type;
|
||||
public NubType Type { get; } = type;
|
||||
public string Value { get; } = value;
|
||||
}
|
||||
Reference in New Issue
Block a user