add/fix tests

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-20 23:23:32 -06:00
parent 2ca1f0fe94
commit fec6cc3270

View File

@ -1,9 +1,9 @@
import Control.Exception (assert) import Control.Exception (assert)
import Push
import State
import Instructions.IntInstructions
import Instructions.ExecInstructions import Instructions.ExecInstructions
import Instructions.FloatInstructions import Instructions.FloatInstructions
import Instructions.IntInstructions
import Push
import State
-- @TODO: Finish int and float tests -- @TODO: Finish int and float tests