diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-03-07 18:33:21 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-03-07 18:33:21 +0000 |
| commit | 50a51df0404ee4f057fbc19657672d1c7d3eef68 (patch) | |
| tree | 9cb9ed4572a357448f2b78c4ac0add7eaf6a1e7e /include/ast_node.hpp | |
| parent | 6761fdd434a7e54551fe28398361f9eed5268406 (diff) | |
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
Diffstat (limited to 'include/ast_node.hpp')
| -rw-r--r-- | include/ast_node.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <string> |
