Fuck Yeah!

This commit is contained in:
bronku 2025-11-21 09:48:28 +01:00
parent 4d16b6fb08
commit 6490ab759b
2 changed files with 1 additions and 8 deletions

View file

@ -1,7 +0,0 @@
#include "../src/scanner.hpp"
int scanner_lex(yy::parser::semantic_type *yylval)
{
static Scanner scanner(&std::cin);
return scanner.lex(yylval);
}