aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
18 hoursRegenerated files using new configsHEADmasterCori Barker
18 hoursChanged build options for debug and releaseCori Barker
4 daysExtended lexer to support all types of tokens needed.Cori Barker
2026-03-10continued development of the semantic analyzer and symbol table generationCori Barker
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-03-05started implementing the semantic analyzer methodsCori Barker
2026-02-27calrified a commentCori Barker
2026-02-22Partially completed lots of changes, refactoring most of the filesCori Barker
2026-02-10Started the implementation of semantic_analyzer methodsCori Barker
2026-02-10Implemented symbol_table.cppCori Barker
2026-02-09Changed .h to .hppCori Barker
2026-02-09Setup build system. Removed cmake. Added build instructions to READMECori Barker
2026-02-09Written some class declarationsCori Barker
2026-01-19main entry pointCori Barker
2026-01-19parserCori Barker
2026-01-19lexerCori Barker