From 50a51df0404ee4f057fbc19657672d1c7d3eef68 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Sat, 7 Mar 2026 18:33:21 +0000 Subject: removed implementations of symbol table related classes, need to fix the parser to use the new AST node classes then i can write the symbol table classes and refactor the lexer and parser to use the symbol table --- include/parser.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/parser.hpp') diff --git a/include/parser.hpp b/include/parser.hpp index f986ce2..6ec505e 100644 --- a/include/parser.hpp +++ b/include/parser.hpp @@ -1,7 +1,7 @@ #pragma once -#include "lexer/token.hpp" -#include "parser/ast_node.hpp" +#include "token.hpp" +#include "ast_node.hpp" #include -- cgit v1.2.3