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 evaluated type system #39

Merged
merged 4 commits into from
Dec 22, 2023
Merged

add evaluated type system #39

merged 4 commits into from
Dec 22, 2023

Conversation

wcho21
Copy link
Owner

@wcho21 wcho21 commented Dec 21, 2023

internals

  • Evaluated type has:
    • representation field to show the value to users
    • value field to store the value evaluated from the corresponding syntax node
  • the evaluator yields Evaluated type value
  • the executor shows the representation field of the Evaluated type value

(minor) refactoring

  • factor out testing function
  • divide large testing chunks into more specific groups

@wcho21 wcho21 self-assigned this Dec 21, 2023
@wcho21 wcho21 merged commit e89852e into dev Dec 22, 2023
1 check passed
@wcho21 wcho21 deleted the feat branch December 22, 2023 00:11
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

Successfully merging this pull request may close these issues.

1 participant