initial commit, draft

This commit is contained in:
Luke 2023-07-16 10:40:15 -07:00
commit a39eb6d870
5 changed files with 195 additions and 0 deletions

10
design-pycalc.md Executable file
View file

@ -0,0 +1,10 @@
# Design Target
## Curses Stack based calculator
* platform layer event loop
* use ncurses
* React to single keypress events @ a fixed interval.
* operations are based on single letter keys
* Write input to a prompt
* display the stack every cycle
* display shortcuts at the bottom