LMH01 / alpha_tui

My attempt to write a runtime environment and debugger for the Alpha-Notation used in my SysInf lecture.
GNU General Public License v3.0
15 stars 1 forks source link

Fix stack op #44

Closed LMH01 closed 6 months ago

LMH01 commented 6 months ago

The way stack op is currently implemented is not quite how it should work, because the alpha accumulator is internally used to calculate the value, so the value that was previously in it should be overwritten with the result of the calculation.

reeelix commented 6 months ago

The current fix seems to function well and should be ready for merge :)

LMH01 commented 6 months ago

Nice, as it is already included on the dev branch, it will be included in the next release.