summaryrefslogtreecommitdiff
path: root/src/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.h')
-rw-r--r--src/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lexer.h b/src/lexer.h
index f5333a0..472ee10 100644
--- a/src/lexer.h
+++ b/src/lexer.h
@@ -36,6 +36,7 @@ typedef enum {
typedef struct token_t {
token_kind_t kind;
char *value;
+ char *filepath;
uint32_t row;
uint32_t col;
} token_t;