Charles-Johnson / zia_programming

A language that can program itself
https://zia-lang.org
GNU General Public License v3.0
3 stars 0 forks source link

undo functionality #29

Open Charles-Johnson opened 3 years ago

Charles-Johnson commented 3 years ago

It should be possible to undo the effect of the previous command by tracking each delta applied by each command.

This should not be accessed through the language but through some other UI method such as key bindings or a button