testing why grammar does not work

This commit is contained in:
Partho Bhattacharya
2025-02-27 14:13:19 -05:00
parent 3ce8cbae59
commit 5626a5c371
5 changed files with 103 additions and 5 deletions

View File

@ -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