Alias tok
Template used to refer to D token types.
See the operators, keywords, and dynamicTokens enums for values that can be passed to this template.
Example
import dparse .lexer;
IdType t = tok!"floatLiteral";
Template used to refer to D token types.
See the operators, keywords, and dynamicTokens enums for values that can be passed to this template.
import dparse .lexer;
IdType t = tok!"floatLiteral";