A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 4c8a916085
Added recursive parsing
Improved error handling
2023-03-23 14:53:27 -07:00
src Added recursive parsing 2023-03-23 14:53:27 -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-22 22:51:53 -07:00

README.md

TODO

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

Eventually

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