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

Display symbol table #3

Open
iritkatriel opened this issue Mar 2, 2024 · 2 comments
Open

Display symbol table #3

iritkatriel opened this issue Mar 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@iritkatriel
Copy link
Owner

No description provided.

@iritkatriel iritkatriel added the enhancement New feature or request label Mar 2, 2024
@dmoisset
Copy link
Contributor

dmoisset commented Jun 8, 2024

Would this use the bultin symtable module on the finally compiled code-object? I understand that the symtable is already there before code generation, but I'm not sure if it's possible to get it earlier. Do any of the compilation steps alter/update the symbol table?

@iritkatriel
Copy link
Owner Author

I think it's safe to use the final one. Even if there are additions to the symbols table after it's created, I don't think it's possible for the classification of a symbol to change.

If I'm wrong, we would need to expose the symbol table in intermediate stages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants