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

Implement Integer Evaluation in Interpreter #8

Open
3 tasks
kh3rld opened this issue Nov 12, 2024 · 0 comments
Open
3 tasks

Implement Integer Evaluation in Interpreter #8

kh3rld opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kh3rld
Copy link
Member

kh3rld commented Nov 12, 2024

Create functionality for interpreting the int type, allowing the evaluation of integer expressions.

Tasks:

  • Define evaluation methods for the IntNode to return integer values.
  • Update interpreter to recognize and execute IntNode instances.
  • Add error handling for invalid integer values or unsupported operations.

Acceptance Criteria:

  • Interpreter returns correct integer values for integer literals.
  • Appropriate error messages are displayed for unsupported operations.
@kh3rld kh3rld added enhancement New feature or request good first issue Good for newcomers labels Nov 12, 2024
@kh3rld kh3rld assigned johneliud and jesee-kuya and unassigned johneliud Nov 12, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants