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 class level methods #9

Merged
merged 7 commits into from Mar 10, 2024
Merged

Conversation

quephird
Copy link
Owner

@quephird quephird commented Mar 9, 2024

No description provided.

…for the `LoxValue` enum to have a `class` case. This actually simplfies handling of calls and getters and setters. We also solved the problem of ever having a `nil` value for a parent class, since whenever we ask for it, a new `LoxClass` instance is created lazily.
@quephird quephird merged commit 57ef297 into main Mar 10, 2024
@quephird quephird deleted the implement_class_level_methods branch March 10, 2024 04:25
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.

None yet

1 participant