index
:
rp
this commit
main
A stack-based TUI calculator, inspired by dc and the HP-48 calculator.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-05-27
fix tests to handle readtables
Irene Knapp
2024-04-07
fully move commands into readtables, wow! that ws a lot
Irene Knapp
2024-04-07
it is not necessary to check that a register command is valid in the middle o...
Irene Knapp
2024-04-07
refactor register commands so string-names and character-names use the same u...
Irene Knapp
2024-04-07
register strings via readtable
Irene Knapp
2024-04-07
move register-character into a readtable
Irene Knapp
2024-04-07
need to go back to command mode after failing to execute a named command
Irene Knapp
2024-04-07
do command strings with a readtable, too
Irene Knapp
2024-04-06
readtables for decimals and strings
Irene Knapp
2024-04-06
readtables exist. they are even used for something
Irene Knapp
2024-04-06
clean up some return stuff
Irene Knapp
2024-04-06
indentation and vertical whitespace, per the brand new style guide yay
Irene Knapp
2024-04-06
remove trailing whitespace; line-wrap to 80 columns
Irene Knapp
2024-04-05
help text
Irene Knapp
2024-03-21
Negative numbers, stack depth assert, smol stdlib
Andrew Owen
2024-03-13
Add -way- too many things
Andrew Owen
2024-03-12
Set up initial prototype with basic number parsing
Andrew Owen