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

Fix: Decouple opcodes from big integer #13

Merged
merged 8 commits into from
Apr 11, 2019
Merged

Conversation

tk-codes
Copy link
Collaborator

Resolves #12

tk-codes added 6 commits April 9, 2019 23:43
StoreLoc stores the value on the given local variable index
Local variable can also be boolean, char, string or other types.
Therefore it should be generic.
Remove big int comparison.
Use bytes.Compare instead
Comparisons like 'a' < 'b' should also be possible
@tk-codes tk-codes added the feature New feature or request label Apr 10, 2019
@tk-codes tk-codes requested a review from skas102 April 10, 2019 20:29
Handle push errors
@skas102 skas102 merged commit aff0b87 into master Apr 11, 2019
@skas102 skas102 deleted the fix/decouple-opcodes branch April 11, 2019 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants