-
Notifications
You must be signed in to change notification settings - Fork 1
Integer arithmetic #39
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
Conversation
1edbce9 to
4f5ceb5
Compare
…ller to select dynamic assembly mode. Add InstructionTest.
4f5ceb5 to
b898044
Compare
|
I can say that this PR is pretty much done. Mr. @rexim, last time we discussed it you were willing to review a bit of Naggum code. Wanna give this PR a try? |
|
@ForNeVeR, Do I understand correctly that you've added support to invoke primitive .NET arithmetical instructions from naggum and the next step is gonna be to define more high-level functions like +, -, /, *, etc? |
|
Well, that's a bit complicated. Look, This is somewhat orthogonal to calling "functions" such as And, yeah, regarding your question. That Honestly say, I even have no definition of function currently. But you'll be able to define a method named, say, |
|
@ForNeVeR that means I understood everything correctly from your change. I approve the PR. |
|
Thanks for the review. |
Basic integer math support along with useful infrastructural changes.