From 609a644fa91b9089d90241433b184b229d9630b0 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 10 Feb 2026 09:20:46 +0100 Subject: [PATCH] update: token is now stored as value of the token instead of null this change is made so that it is easier to print an error message when invalid syntax --- src/parser/lexer.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/parser/lexer.c b/src/parser/lexer.c index b01f090..79540c7 100644 --- a/src/parser/lexer.c +++ b/src/parser/lexer.c @@ -6,7 +6,7 @@ /* By: sede-san