Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dump SymbolTable #33

Open
havahol opened this issue Nov 11, 2014 · 0 comments
Open

dump SymbolTable #33

havahol opened this issue Nov 11, 2014 · 0 comments

Comments

@havahol
Copy link
Contributor

havahol commented Nov 11, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant