parsify-dev / desktop

Next generation notepad-based calculator, built with extendibility and privacy in mind.
https://parsify.app
214 stars 2 forks source link

Expression with multiple values using a comma for decimal separator shows no result #49

Closed vauhochzett closed 3 years ago

vauhochzett commented 3 years ago

I appreciate the support for the comma as a decimal separator. Sadly, I may apparently only use it exactly once in each line.

Example:

4.5 + 7.5 * 10          | 79.5
4,5 + 7,5 * 10          | 
4,5 + 7.5 * 10          | 79.5
4.5 + 7,5 * 10          | 79.5

1.2 + 2.3 + 3.4         | 6.9
1,2 + 2,3 + 3,4         | 

What I can see is that no result is displayed if more than one comma is used (see above). Very confusing!

xxczaki commented 3 years ago

Fixed in 1.8.0 - available now. Thanks!