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/ast_node.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ast_node.hpp') diff --git a/include/ast_node.hpp b/include/ast_node.hpp index 96300c2..4484959 100644 --- a/include/ast_node.hpp +++ b/include/ast_node.hpp @@ -1,6 +1,5 @@ #pragma once -#include "node_type.hpp" #include "type.hpp" #include -- cgit v1.2.3