removed comments?
This commit is contained in:
parent
6490ab759b
commit
c01fbb784a
1 changed files with 1 additions and 2 deletions
|
|
@ -8,14 +8,13 @@
|
||||||
|
|
||||||
%code requires {
|
%code requires {
|
||||||
#include <string>
|
#include <string>
|
||||||
class Scanner; // Forward declaration
|
class Scanner;
|
||||||
}
|
}
|
||||||
|
|
||||||
%code {
|
%code {
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "../src/scanner.hpp"
|
#include "../src/scanner.hpp"
|
||||||
|
|
||||||
// Define yylex to use the scanner's lex method
|
|
||||||
#undef yylex
|
#undef yylex
|
||||||
#define yylex scanner->lex
|
#define yylex scanner->lex
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue