Add TokenValueType.none
This commit is contained in:
@@ -80,6 +80,7 @@ enum TokenType
|
||||
|
||||
enum TokenValueType
|
||||
{
|
||||
none,
|
||||
integer,
|
||||
double_,
|
||||
string_
|
||||
|
||||
Reference in New Issue
Block a user