djrieger / mjplusplus

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

get_type in Binary- and PostfixExpression #26

Closed BigPeet closed 9 years ago

BigPeet commented 9 years ago

Currently this method only returns an empty pointer. Implement like in Unary- and PrimaryExpression. Every method is marked with a TODO in their files.