mathcat
mathcat copied to clipboard
Implicit multiplication
Implement implicit multiplication, like 2a
, 5(7 + 3)
etc.
The latter does clash with function call syntax though.