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

Add symbols and references of variables into db #262

Open
biletskyy opened this issue Oct 2, 2023 · 0 comments
Open

Add symbols and references of variables into db #262

biletskyy opened this issue Oct 2, 2023 · 0 comments

Comments

@biletskyy
Copy link
Contributor

Currently, the project performs symbol and reference of variables parsing on the fly. We need to shift this process to occur during the compilation phase and then store the results in the database. To achieve this, we'll also need to update our database schema because it currently lacks the necessary structure to associate variable symbols with their corresponding references.

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

No branches or pull requests

1 participant