Closed ratefuchs closed 9 years ago
Each class should have a method table, which saves the name and the return type and types for the parameters. It should be simpler to implement than the symbol table, since it needs no scopes.
is implemented, can now be incorporated in the semantic analysis
Each class should have a method table, which saves the name and the return type and types for the parameters. It should be simpler to implement than the symbol table, since it needs no scopes.