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
/
boil
/
library
/
BoilSimp.java
Age
Commit message (
Collapse
)
Author
2024-04-24
Partial support for array accesses, start fixing MemWrite
bd-912
2024-04-23
Fix first of a few new minor bugs introduced with rewrite
bd-912
2024-04-19
Global PrintFilter -> MinimalLogger
bd-912
2024-04-17
Basic, ugly "this" support in BoilSimp
bd-912
2024-04-17
Add 'if' statement functionality, booleans in BoilSimp
bd-912
2024-04-17
Alias each class variable to a temporary in BoilSimp.MethodDeclaration
bd-912
2024-04-17
Fix bugs in dereferencing, minor code cleanup
bd-912
2024-04-17
Fix the return statement in Boil.MethodDeclaration
bd-912
2024-04-17
Allow CFG to compile by removing generic types
bd-912
2024-04-17
Uber-gross anonymous class functionality in Boil.MessageSend
bd-912
2024-04-17
TypeFactory now maps "strings" to temp alias
bd-912
2024-04-16
Override BoilSimp constructor
bd-912
2024-04-16
Make symt a class variable in BoilSimp
bd-912
2024-04-16
Properly use Assignment Statement, rather than putting in Allocation
bd-912
2024-04-15
HW3 Test runner script
bd-912
2024-04-15
Functional BoilSimp.PrintStatement
bd-912
2024-04-15
Use class varaible to keep track of collected program in BoilSimp
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-13
Complete MessageSend
bd-912
2024-04-11
Very simple argument passing Boil.MessageSend
bd-912
2024-04-10
Library rename, created A4 directories
bd-912