mirror of https://github.com/rm-dr/daisy
A pretty TUI scientific calculator.
https://daisy.betalupi.com
Mark af85e8a6d5 | ||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
README.md
TODO
- Fix documentation and variable names
- implicit multiply
- Function application
- Syntax check (parenthesis, argument type, position of error)
Eventually
- rationals
- commands
- better prompt
- units
- assignment
- function definitions