Age | Commit message (Expand) | Author |
---|---|---|
2024-04-25 | Rewrote Symbol Table to be more context aware and avoid collisions | bd-912 |
2024-04-25 | Basic support for 'extended' classes in SymbolTable | bd-912 |
2024-04-23 | Cleanup BoilSimp -> BoilVisitor | bd-912 |
2024-04-20 | Non-function live-interval computation algorithm | bd-912 |
2024-04-16 | Properly use Assignment Statement, rather than putting in Allocation | bd-912 |
2024-04-15 | Allow MethodInstance to keep track of parent class | bd-912 |
2024-04-14 | Proper Allocation sizes for Boil VarDeclaration | bd-912 |
2024-04-07 | Update vaporize visitor for new ST, observe hard work pay off | bd-912 |
2024-04-07 | More bugfixes in ST, changes to scoping | bd-912 |
2024-04-06 | Add test file, fix minor issues in SymbolTable | bd-912 |
2024-04-06 | Untested SymbolTable full implementation | bd-912 |
2024-04-06 | Rewrite SymbolTable again P1 | bd-912 |
2024-03-27 | SymbolTable to separate library, Class/Method Instances | bd-912 |