djrieger / mjplusplus

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

Implement ASTVisitor and children VariableDeclarationCountingVisitor, FirmVisitor … #55

Closed djrieger closed 9 years ago

BigPeet commented 9 years ago

ExpressionVisitor now has several empty visit-Methods for all relevant Expressions. We already implemented a few (as good as we could).

BigPeet commented 9 years ago

The reason why b.foo() failed is beacuse b was a Field and therefore we had a FieldAccess...we still haven't implemented that visitor-function.

djrieger commented 9 years ago

Can we close this issue?

ratefuchs commented 9 years ago

I think this should be fixed.