V13kv/CPU-Emulator

possible bug, the result of this function is not used anywhere?!?!? (maybe it is needed to parse complex argument such as "1 + 2 - 3", or "1 * 2 * 4 - 3 + 1" and etc) @V13kv

Opened this issue · 0 comments

V13kv commented
                IS_OK_W_EXIT(getArgumentsMathOperation(line, &argStart, &op)); // FIXME: possible bug, the result of this function is not used anywhere?!?!? (maybe it is needed to parse complex argument such as "1 + 2 - 3", or "1 * 2 * 4 - 3 + 1" and etc) @V13kv

return EXIT_CODES::NO_ERRORS;