-
Notifications
You must be signed in to change notification settings - Fork 6
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 interpreter #26
Conversation
450dd45
to
f554d9f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems nice overall!
I left some comments, which are mainly to have a clear boundary between frame and evaluation implementation.
a658f73
to
84e3cc8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I left some nits. I think we can merge this when the nits are addressed.
Co-authored-by: Yoshitomo Nakanishi <[email protected]>
Co-authored-by: Yoshitomo Nakanishi <[email protected]>
Co-authored-by: Yoshitomo Nakanishi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Thanks!
Implements interpreter state and instruction execution for sonatina IR