ran make file to display all .tok files
This commit is contained in:
@ -8,7 +8,9 @@
|
||||
#include <stdbool.h>
|
||||
#include "typedefs.h"
|
||||
int line_number = 1, column_number = 1;
|
||||
bool DEBUG = false;
|
||||
#ifndef DEBUG
|
||||
#define DEBUG 0
|
||||
#endif
|
||||
%}
|
||||
|
||||
COM ([^*]|\*+[^)*])*
|
||||
|
Reference in New Issue
Block a user