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