CS 3304: Comparative Languages
Implementing Subprograms
[
Course Documents
] : [
Implementing Subprograms
]
Previous
Contents
Next
Keyword Index
Implementing Subprograms in ALGOL-like Languages
More complicated than FORTRAN 77:
Parameters are often passed by two methods
Local variables are often dynamically allocated
Recursion must be supported
Static scoping must be supported