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