djrieger / mjplusplus

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

forbid calls to main method #44

Closed ratefuchs closed 9 years ago

djrieger commented 9 years ago

Calls are forbidden by not including main() in MethodTable, thus resulting in "... has no method with the name main" error messages. TODO: improve error message.