Fabian Homborg a84d57b02b math: Actually report closing paren error
This was typically overridden by "too many/few arguments", but it's
actually incorrect:

    sin(55

has the correct number of arguments to `sin`, but it's lacking
the closing `)`.
2020-10-26 18:13:43 +01:00
..
2017-07-25 12:44:26 -07:00
2020-06-14 19:30:03 +02:00
2020-09-06 11:15:54 +02:00