djrieger / mjplusplus

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

Clean up PrimaryExpression-Ident::get_type #50

Open BigPeet opened 9 years ago

BigPeet commented 9 years ago

We were "lazy" and copy&pasted the same block of code several times in that method to handle the special case of System.

That should get cleaned up a bit.