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
/
Printer-error.java
blob: 3f6469fc74b3041e9f02b5871547d8d8598843b7 (
plain
)
1
2
3
4
5
class Printer{ public static void main(String[] a){ System.out.println(false); } }