testing why grammar does not work
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
%option header-file="flex.h"
|
||||
%{
|
||||
#include <stdbool.h>
|
||||
#include "typedefs.h"
|
||||
//#include "typedefs.h"
|
||||
#include "grammar.tab.h"
|
||||
int line_number = 1, column_number = 1;
|
||||
#ifndef DEBUG
|
||||
|
Reference in New Issue
Block a user