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

Syntax: Build the Symbol Table #77

Closed
5 tasks done
Tracked by #72
meganindya opened this issue Nov 9, 2021 · 0 comments · Fixed by #79
Closed
5 tasks done
Tracked by #72

Syntax: Build the Symbol Table #77

meganindya opened this issue Nov 9, 2021 · 0 comments · Fixed by #79
Assignees
Labels
unit-syntax-elements Related to syntax elements

Comments

@meganindya
Copy link
Member

meganindya commented Nov 9, 2021

Description

Symbol Table stores the defined variables and their values.

Objectives

  • Maintain a map of variable ID with its type and value
  • Add a new variable entry with a unique ID
  • Remove a variable entry
  • Fetch a variable details from ID
  • Add concept of project scoping and global scoping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit-syntax-elements Related to syntax elements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant