- Change Fiber.yield() to exit interpreter when no parent fiber exists instead of raising runtime error - Add Fiber.current primitive to return the currently executing fiber object - Update interpreter loop to stop execution when PRIM_RUN_FIBER receives null value - Modify test expectations to reflect new yielding behavior from main fiber