Skip to content

mathengine: disable implicit multiply action

Han Young requested to merge work/hany/disable_implicit_multiply into master

BUG: 473674

I'm not an expert on flex/bison, so let's just disable implicit multiply. Support both implicit multiply and negative number is a bit tricky.

3(2)-1 for example.

Merge request reports