Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyaRanjanDas-tomtom committed Nov 13, 2024
1 parent cb29455 commit b0a154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppparser/src/parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class CppTemplateArg;
%token <str> tknLT tknGT // We will need the position of these operators in stream when used for declaring template instance.
%token <str> '+' '-' '*' '/' '%' '^' '&' '|' '~' '!' '=' ',' '(' ')' '[' ']' ';' '.'
%token <str> tknNew tknDelete
%token <str> tknConst tknConstExpr // For templatearg parsing it is made as str type.
%token <str> tknConst tknConstExpr
%token <str> tknVoid // For the cases when void is used as function parameter.
%token <str> tknOverride tknFinal // override, final are not a reserved keywords
%token <str> tknAsm
Expand Down

0 comments on commit b0a154d

Please sign in to comment.