1
0
forked from bonsai/harakit
Commit Graph

19 Commits

Author SHA1 Message Date
d768a257a3
rpn(1): made EvaluationError struct contain exit code 2024-02-06 23:29:43 -07:00
228a0111c7
rpn(1): fixed Invalid error handling 2024-02-02 21:05:34 -07:00
4993c53080
rpn(1): re-fixed arg parsing 2024-02-02 19:17:00 -07:00
6f98fdd1d4
rpn(1): fixed expressions on one line 2024-02-02 19:13:53 -07:00
fb2a164507
rpn(1): rewrote parser for the second time 2024-02-02 15:35:36 -07:00
4cb5e8e2b0
rpn(1): better error handling 2024-02-02 14:16:49 -07:00
885f167afc
rpn(1): changes to error message 2024-02-02 13:04:57 -07:00
258881dbb2
rpn(1): minor change 2024-02-01 23:35:49 -07:00
b35f87bd27
rpn(1): code cleanup 2024-02-01 23:34:20 -07:00
e7ee75b03f
rpn(1): added From trait to CalcType 2024-02-01 23:32:37 -07:00
0d97f81f49
rpn(1): unicode subtraction, multiplication, division & code cleanup 2024-02-01 13:06:46 -07:00
b68f13acdc
rpn(1): added floor division 2024-02-01 12:38:12 -07:00
f7108245ea
rpn(1): more code cleanup 2024-02-01 10:54:28 -07:00
34b9519e03
rpn(1): code cleanup 2024-02-01 10:46:10 -07:00
5f8e90b592
rpn(1): added modulo 2024-02-01 01:26:48 -07:00
5debb9d954
rpn(1): highest possible precision 2024-02-01 01:18:13 -07:00
942e284f93
rpn(1): fixed exiting the program on EOF 2024-02-01 00:57:51 -07:00
4870f4679c
Makefile, rpn(1): add sysexits dependency 2024-02-01 00:41:27 -07:00
ab4d732aaf
rpn: initial working prototype 2024-02-01 00:24:38 -07:00