You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: