A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 8edfb70fb8
Fixed a minor bug
2023-03-25 10:35:43 -07:00
src Fixed a minor bug 2023-03-25 10:35:43 -07:00
.gitignore Added meta files 2023-03-18 19:36:15 -07:00
Cargo.lock Reworked prompt 2023-03-23 22:10:53 -07:00
Cargo.toml Reworked prompt 2023-03-23 22:10:53 -07:00
README.md Updated README 2023-03-25 09:40:15 -07:00

README.md

General

  • Documentation
  • Tests
  • CLI Options
  • Branding

Internals

  • Non-recursive treeify
  • Syntax errors are broken

Features

  • Function application
  • variable definitons
  • function definitions
  • rational datatype
  • units
  • Dice
  • Derivatives

Prompt

  • Replace multi-char tokens (pi)
  • Arrows to move cursor
  • Live syntax/output
  • Commands
  • Better error texts