djrieger / mjplusplus

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

wrong handling of System and System.out in semantic analysis #64

Closed ratefuchs closed 9 years ago

ratefuchs commented 9 years ago

we cannot do operations on System/System.out since they are non-existing. Only System.out.println(int) is valid.

djrieger commented 9 years ago

Fixed?

ratefuchs commented 9 years ago

Not in if_success!!!☃❅, and I suspect it isn't fixed in assignment as well. It is a bug in the semantic analysis phase, and I don't think somebody changed something there...

ratefuchs commented 9 years ago

Closed.