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

feat: Implement Chapter 13, Inheritance #39

Merged
merged 5 commits into from
Feb 2, 2024
Merged

feat: Implement Chapter 13, Inheritance #39

merged 5 commits into from
Feb 2, 2024

Conversation

danvk
Copy link
Owner

@danvk danvk commented Feb 2, 2024

Overview

Fixes #26

Direct translation of code from the book.

And with this, the tree walk interpreter is all done!

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (26e1985) 97.35% compared to head (cafe719) 97.59%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   97.35%   97.59%   +0.23%     
==========================================
  Files          17       17              
  Lines        1927     2035     +108     
  Branches      317      339      +22     
==========================================
+ Hits         1876     1986     +110     
+ Misses         50       48       -2     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danvk danvk merged commit 7c8883a into main Feb 2, 2024
12 checks passed
@danvk danvk deleted the chapter13 branch February 2, 2024 22:54
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.

🚀 Feature: Implement Chapter 13 (Inheritance)
1 participant