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.64k stars 74 forks source link

Crash on | with missing closing | #47

Closed abrudz closed 3 years ago

abrudz commented 3 years ago
>> |4
thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 3', kalk\src\parser.rs:772:6
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
PaddiM8 commented 3 years ago

Fixed!