aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2026-03-10refactored typesCori 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-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
2026-02-09Changed .h to .hppCori Barker
2026-02-09Written some class declarationsCori Barker
2026-02-05Written some class declarations for the semantics, updated READMECori Barker
2026-01-19parserCori Barker
2026-01-19lexerCori Barker