Parser compiles from .y and .lex files
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
%{
|
||||
#include <stdbool.h>
|
||||
#include "typedefs.h"
|
||||
#include "grammar.tab.h"
|
||||
int line_number = 1, column_number = 1;
|
||||
#ifndef DEBUG
|
||||
#define DEBUG 0
|
||||
|
Reference in New Issue
Block a user