-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
The SymbolTable dumps for functions do not list the local variables of the function.
This is because the types and/or units of the local variables can not be checked before the function is used, and we can therefore not say anything about the local variables at declaration time. Possible solution might be to dump the symbol table for each unique function instance instead.
Reactions are currently unavailable