This is placeholder ticket so we do not forget to refactor and cleanup the compiler code base.
Unfortunately over time alot of redundant code appeared in the code base and must be cleaned up.
concrete cleanup stuff in ProcedureEntry
during fix of ticket 193 ProcedureEntry gots a attribute TypeDefinition as TypeProcedure, which contains the list of formal parameters as well as the returnm type.
Thus these elements shoul be removed from ProcedureEntry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-12-24
status: open --> accepted
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
concrete cleanup stuff in ProcedureEntry
during fix of ticket 193 ProcedureEntry gots a attribute TypeDefinition as TypeProcedure, which contains the list of formal parameters as well as the returnm type.
Thus these elements shoul be removed from ProcedureEntry
Postponed