djrieger / mjplusplus

A compiler for the MiniJava language
http://djrieger.github.io/mjplusplus/doc/doxygen/html/
6 stars 1 forks source link

check assignments that left side can be assigned to #45

Closed ratefuchs closed 9 years ago

ratefuchs commented 9 years ago

one can only assign to certain left sides (and not to e.g.method calls and additions)

BigPeet commented 9 years ago

Implemented, but not bug fixed yet.