ran make file to display all .tok files

This commit is contained in:
Partho Bhattacharya
2025-02-13 19:00:43 -05:00
parent 3596a5e21f
commit 90407da44c
14 changed files with 2720 additions and 2 deletions

View File

@ -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 ([^*]|\*+[^)*])*