fn checkComputeCompare(self: *CheckObject, program: []const u8, expected: ComputeCompareExpected) void

Creates a new standalone, singular check which allows running simple binary operations on the extracted variables. It will then compare the reduced program with the value of the expected variable.

Parameters

self: *CheckObject,
program: []const u8,