App: Expression: rename lexer and parser files

Rename files according 7d233dc ("Gui: Rename generated lexer files
to match core naming pattern"). Note that C space errors (space
before tabs, spaces on blank lines, etc.) still need to be fixed
manually after regenerating lexer file.
This commit is contained in:
Ladislav Michl
2025-04-07 21:51:14 +02:00
committed by Benjamin Nauck
parent ed00a6673c
commit 7218e7b030
8 changed files with 648 additions and 665 deletions

View File

@@ -649,7 +649,7 @@ public:
};
#define YYSTYPE semantic_type
#include "ExpressionParser.tab.h"
#include "Expression.tab.h"
#undef YYTOKENTYPE
#undef YYSTYPE
#undef YYSTYPE_ISDECLARED