n-arms / math-parser

A library to take in a string and output a mathematical result, as well as acting as a Computer Algebra System.
0 stars 0 forks source link

Implicit Multplication #6

Closed n-arms closed 3 years ago

n-arms commented 3 years ago

Description

Expressions shouldn't have to have "*" to suggest multiplication, as function calls would be done by "[" and "]", and so something like:

Implementation

While parsing (similar algorithm to unary operators), whenever: