Loading
Handle nested multiplicative expression
Check if LHS also has a binary op (* or /) then we need to re-visit the whole node as a multiplicative expression itself.
Also, fix a minus handling for integer type.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>