summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-08J2V works for simple examplesbd-912
2024-04-07Update vaporize visitor for new ST, observe hard work pay offbd-912
2024-04-07More bugfixes in ST, changes to scopingbd-912
2024-04-06Partial restoration of TypeCheckSimp to work with new SymTablebd-912
2024-04-06Add SymTableTopDown, changes to SymbolTable to make it possiblebd-912
Delete SymTableVis
2024-04-06Added SymTableFirst, the completed first visitorbd-912
2024-04-06Add test file, fix minor issues in SymbolTablebd-912
2024-04-06Untested SymbolTable full implementationbd-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-27Reorder generated filesbd-912
2024-03-27SymbolTable to separate library, Class/Method Instancesbd-912
2024-03-27Expand file structure, Vaporize skeletonbd-912
2024-03-25All tests run, basic rules implementedbd-912
2024-03-25Funnel all debug print statements into designated print filterbd-912
2024-03-23Added minor classname functionality to STbd-912
2024-03-18Comments containing information on is done/needs to be donebd-912
2024-03-17Pretty printing for TypeCheckSimp, start for symbol tablebd-912
2024-03-16(Nonfunctional) Implemented many type-checking rulesbd-912
2024-03-04Added the main class filebd-912
2024-03-04Minor cleanupbd-912
2024-03-04Minimal test suite---failing testsbd-912
2024-03-02Perfect pretty printerbd-912
2024-02-29Tree pretty-printerbd