jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Debugger modify stack #48

Closed jmeaster30 closed 11 months ago

jmeaster30 commented 1 year ago

I want the ability to modify the values on the stack including pushing and popping.

This would definitely cause issues if not being conscious of how the program will react to the changed state. But similar to the modifying variables I don't think I am worried about it being fool proof

jmeaster30 commented 11 months ago

Done :)