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
/
base
/
SimpleArray.java
blob: 9a98d9919ea40230bc567560ce3b2bdf3af536f0 (
plain
)
1
2
3
4
5
6
class SimpleArithmetic{ public static void main(String[] a){ int[] x; x[0] = 2; } }