-
Notifications
You must be signed in to change notification settings - Fork 1
Add token type enum #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Token types are currently hard-coded as magic numbers in "tokens/tokens.cpp". This should be shifted to a tokenType enum to replace those magic numbers with named enum members.