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

Symbol Table For Variables #3

Open
ahmetozdemirrr opened this issue Sep 18, 2024 · 0 comments
Open

Symbol Table For Variables #3

ahmetozdemirrr opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ahmetozdemirrr
Copy link
Owner

  • Necessary codes will be written for operations such as variable definitions, value updates.

  • An error handling mechanism for existing values.

  • An error handling mechanism for undefined variable accesses

For now, the linked-list data structure is being used, which may result in performance degradation. In the future we will keep the symbol table with linked-list until an alternative is found.

@ahmetozdemirrr ahmetozdemirrr added the enhancement New feature or request label Sep 18, 2024
@ahmetozdemirrr ahmetozdemirrr added this to the Syntax Design milestone Sep 18, 2024
@ahmetozdemirrr ahmetozdemirrr self-assigned this Sep 18, 2024
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

1 participant