Closed ha2san closed 3 years ago
I think there are problems with parentheses in general. For example :
$ quich "2+((3"
3
$ quich "2+(3"
5
the last one will give me the correct answer although it does not have the correct number of parentheses. It would be nice, maybe to have a warning
Thank you so much!
The segmentation fault bug has been fixed and a warning has been added when the parentheses number is wrong.
27548dd5ab36ead839f28b31bf10301e4468e0c7
Hi
example :
or
gdb output:
I am on a linux machine