A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 0fe50e8210
Updated README
2023-03-20 11:36:49 -07:00
src Added word replacement 2023-03-20 11:36:43 -07:00
.gitignore Added meta files 2023-03-18 19:36:15 -07:00
Cargo.lock Added meta files 2023-03-18 19:36:15 -07:00
Cargo.toml Updated build args 2023-03-19 17:46:42 -07:00
README.md Updated README 2023-03-20 11:36:49 -07:00

README.md

TODO

  • Fix documentation and variable names
  • implicit multiply
  • Function application
  • Syntax check (parenthesis, argument type)

Eventually

  • rationals
  • commands
  • better prompt
  • units
  • assignment
  • function definitions