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

Undoable Instructions #58

Open
TrevorBrunette opened this issue Oct 27, 2023 · 0 comments
Open

Undoable Instructions #58

TrevorBrunette opened this issue Oct 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TrevorBrunette
Copy link
Contributor

As a program user
I want to be able to undo instructions
So that I can easily debug my program by better understanding its state at different points in time.

Request Description
Allow for users to undo single instructions. This will require a revamp of the way we handle instructions. Please make it so that the undid instructions can be "redone" by also having a queue of instructions to redo. This will fix the issue of needing to allow for inversion of certain instructions like read instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants