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

Added functionality to work with the example provided with the Rockstar specs #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maximilianolgs
Copy link

Added functionality to work with the example provided with the Rockstar specs

*"LOWER OR EQUAL" and "HIGHER OR EQUAL" comparisons.
*Add, Substract, Multiply and Divide instructions added.
*NoOp instrucion added for comments.
*Added support to complex assignments (ie: x = y + z).
*Fixed Until and If blocks (and While too probably).
*Added "debug" flag and toString() methods to all instructions.
*Added auto conversion of inputs to numbers instead of only strings.
*Added pretty-print for integers.

…ar specs.

*"LOWER OR EQUAL" and "HIGHER OR EQUAL" comparisons.
*Add, Substract, Multiply and Divide instructions added.
*NoOp instrucion added for comments.
*Added support to complex assignments (ie: x = y + z).
*Fixed Until and If blocks (and While too probably).
*Added "debug" flag and toString() methods to all instructions.
*Added auto conversion of inputs to numbers instead of only strings.
*Added pretty-print for integers.
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.

2 participants