Age | Commit message (Expand) | Author |
---|---|---|
2024-04-25 | Fix message send to handle class variables | bd-912 |
2024-04-25 | BoilVisitor.MessageSend for Bracket, proper class Extension in ST | bd-912 |
2024-04-25 | Rewrote Symbol Table to be more context aware and avoid collisions | bd-912 |
2024-04-14 | Proper Allocation sizes for Boil VarDeclaration | 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-04-02 | Store SymTable child information as an array of strings | bd-912 |
2024-03-31 | Added argument+parameter storing for methods to SymbolTable | bd-912 |
2024-03-27 | SymbolTable to separate library, Class/Method Instances | bd-912 |