A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 2d9eeffb39
Reorganized code, added basic error handling
2023-03-21 19:37:02 -07:00
src Reorganized code, added basic error handling 2023-03-21 19:37:02 -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 Added basic number parser 2023-03-20 20:54:43 -07:00

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