PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.59k stars 70 forks source link

Mathematical groups do not continue until the next line #48

Closed abrudz closed 3 years ago

abrudz commented 3 years ago

( and [ allow you to continue on the next line.

The same should be the case for other groups: and and |

PaddiM8 commented 3 years ago

The command line library did this automatically for (, [, and {, but yeah for consistency it makes sense to have that work with the other groups as well. Fixed.