aboutsummaryrefslogtreecommitdiff
path: root/include/ast_node.hpp
AgeCommit message (Collapse)Author
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-05started implementing the semantic analyzer methodsCori Barker
2026-03-05changed order of declarations for organisationCori Barker
2026-03-05declared some more AST nodesCori Barker
2026-03-04removed bnf since not needed, and added some more nodes to the ASTCori Barker
2026-02-23partial refactor of ast_node.hppCori Barker
2026-02-22Partially completed lots of changes, refactoring most of the filesCori Barker