Add grammar and tokens to parser and scanner

This commit is contained in:
2024-01-17 22:43:30 +01:00
parent 5190e3116b
commit 5b4dc705b4
3 changed files with 79 additions and 10 deletions

View File

@@ -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