index
:
minijava-compiler.git
master
symbol-table-new-key
A minijava compiler built (mostly) from scratch
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
st
/
ClassInstance.java
Age
Commit message (
Collapse
)
Author
2024-05-12
Unconfirmed fix for recursive-extension finder
HEAD
master
bd-912
2024-05-12
Fix last bugs in HeatVisitor.java
bd-912
2024-05-11
Fix three more bugs related to st
bd-912
2024-05-10
Fix introduced error with ClassInstance.equals double usage
bd-912
2024-05-10
Fixed many issues with overloading in extensions
bd-912
2024-04-26
HeatVisitor pass all positive tests
bd-912
2024-04-26
Added skeleton files in "heat" libary, successor to TypeCheckSimp
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 SymTableTopDown, changes to SymbolTable to make it possible
bd-912
Delete SymTableVis
2024-04-06
Add test file, fix minor issues in SymbolTable
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
Partial implementation of full class definition storing in SymTable
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