removed namespace

This commit is contained in:
bronku 2025-11-20 14:22:16 +01:00
parent 36396e97e9
commit 7e7d2a45b5
4 changed files with 24 additions and 33 deletions

View file

@ -7,7 +7,7 @@
yy::Parser::symbol_type yylex(yyscan_t yyscanner, yy::location &loc);
void dump_tokens(Elite::ParserCtx &ctx)
void dump_tokens(ParserCtx &ctx)
{
while (true)
{
@ -28,7 +28,7 @@ void dump_tokens(Elite::ParserCtx &ctx)
int main(int argc, char *argv[])
{
Elite::ParserCtx ctx;
ParserCtx ctx;
Configuration config(argc, argv);
if (!config.valid)
{