Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
Go to file
PaddiM8 1c65fbed08 Refactored the parser
Added error checking to the parser and changed it from being a struct to
independent functions with a context struct instead.
2020-05-29 23:21:59 +02:00
.vscode Initial commit 2020-05-28 23:46:35 +02:00
src Refactored the parser 2020-05-29 23:21:59 +02:00
.gitignore Initial commit 2020-05-28 23:46:35 +02:00
Cargo.lock Made parenthesis optional for unary functions 2020-05-29 21:35:59 +02:00
Cargo.toml Made parenthesis optional for unary functions 2020-05-29 21:35:59 +02:00