include lex

This commit is contained in:
Scarlett
2025-05-04 17:33:59 -04:00
parent f43ab2452a
commit 3a33cc0f88
6 changed files with 22 additions and 3 deletions

View File

@ -56,4 +56,5 @@
// comments
#define COMMENT 700
//Additional tokens
#define ACCESS 801
#define ACCESS 801
#define INCLUDE 901