Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Add non-wrapping increment and decrement #6

Merged
merged 6 commits into from Jul 1, 2020
Merged

Add non-wrapping increment and decrement #6

merged 6 commits into from Jul 1, 2020

Conversation

bangyen
Copy link
Contributor

@bangyen bangyen commented Jul 1, 2020

Adds 12 and 13 as non-wrapping increment and decrement, respectively. Closes #4.

Copy link
Owner

@rodrigogiraoserrao rodrigogiraoserrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your great work! I left two comments for you to address, feel free to get back to me with your thoughts on them.

interpreter.py Outdated Show resolved Hide resolved
interpreter.py Outdated Show resolved Hide resolved
@rodrigogiraoserrao rodrigogiraoserrao self-assigned this Jul 1, 2020
- Changes from `12` and `13` to `20` and `21`
- Allows infinite incrementing for `--w 0`
@rodrigogiraoserrao rodrigogiraoserrao merged commit 3be0e88 into rodrigogiraoserrao:master Jul 1, 2020
@rodrigogiraoserrao
Copy link
Owner

@bangyen thanks for the contribution. I update the contributors in the README file, let me know if you want me to remove you from there.

rodrigogiraoserrao added a commit that referenced this pull request Jul 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ± and for non-wrapping increment and decrement
2 participants