summaryrefslogtreecommitdiff
path: root/st/ClassInstance.java
AgeCommit message (Expand)Author
2024-05-10Fix introduced error with ClassInstance.equals double usagebd-912
2024-05-10Fixed many issues with overloading in extensionsbd-912
2024-04-26HeatVisitor pass all positive testsbd-912
2024-04-26Added skeleton files in "heat" libary, successor to TypeCheckSimpbd-912
2024-04-25Rewrote Symbol Table to be more context aware and avoid collisionsbd-912
2024-04-14Proper Allocation sizes for Boil VarDeclarationbd-912
2024-04-06Add SymTableTopDown, changes to SymbolTable to make it possiblebd-912
2024-04-06Add test file, fix minor issues in SymbolTablebd-912
2024-04-06Rewrite SymbolTable again P1bd-912
2024-04-02Store SymTable child information as an array of stringsbd-912
2024-03-31Partial implementation of full class definition storing in SymTablebd-912
2024-03-31Added argument+parameter storing for methods to SymbolTablebd-912
2024-03-27SymbolTable to separate library, Class/Method Instancesbd-912