aboutsummaryrefslogtreecommitdiff
path: root/include/semantic_analyzer.hpp
AgeCommit message (Collapse)Author
2026-03-10refactored semantic analyzerCori Barker
2026-03-07removed implementations of symbol table related classes, need to fix the ↵Cori Barker
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
2026-03-07code is a complete mess, simplified some classes as they are way too complex ↵Cori Barker
will expand in future but too complicated for now since its the first version.
2026-02-22Partially completed lots of changes, refactoring most of the filesCori Barker