Skip to content

Commit e962522

Browse files
authored
Update README.md
1 parent c185a92 commit e962522

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ This is a miniJAVA compiler for the MIPS platform for the compiler class (CS453)
66
intermediate representation and does incremental lowering to vapor-M and finally to MIPS assembly. This compiler only
77
supports printing of integer values to screen, printing of strings are not supported.
88

9+
The following table shows the class average and my score for each of the four homeworks.
10+
11+
| |Class Average|My Score|
12+
|------|-------------|--------|
13+
| HW2 | 87.0 | 97 |
14+
| HW3 | 56.5 | 95 |
15+
| HW4 | 45.3 | 91 |
16+
| HW5 | 45.1 | 100 |
17+
918
## MiniJAVA Grammar and TypeSystem
1019
The Backus–Naur form of the minijava programming language can be found
1120
[here](http://www.cambridge.org/resources/052182060X/MCIIJ2e/grammar.htm). Documentation relating to the MiniJava

0 commit comments

Comments
 (0)