Add grammar and tokens to parser and scanner
This commit is contained in:
@@ -23,7 +23,7 @@ class TempProfileScanner : public yyFlexLexer{
|
||||
|
||||
virtual
|
||||
int yylex( tpr::TempProfileParser::semantic_type * const lval,
|
||||
tpr::TempProfileParser::location_type *location );
|
||||
tpr::TempProfileParser::location_type *loc );
|
||||
// YY_DECL defined in mc_lexer.l
|
||||
// Method body created by flex in mc_lexer.yy.cc
|
||||
|
||||
|
Reference in New Issue
Block a user