fix: new lexer is linked to everything
This commit is contained in:
parent
d5a1ec3ca6
commit
71e58e38b8
6 changed files with 26 additions and 22 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef PARSING_UTILS_H
|
||||
#define PARSING_UTILS_H
|
||||
|
||||
#include "../lexer/lexer.h"
|
||||
|
||||
// === Macros
|
||||
|
||||
#define PEEK_TOKEN() \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue