Emma Tebibyte emma
emma opened issue bonsai/harakit#47 2024-02-07 20:32:25 -07:00
conv(1) – convert data
emma deleted branch Makefile-changes from bonsai/harakit 2024-02-07 20:14:35 -07:00
emma deleted branch rpn from bonsai/harakit 2024-02-07 20:14:33 -07:00
emma pushed to main at bonsai/harakit 2024-02-07 20:14:20 -07:00
d3470233ea Makefile, .gitignore, tests/cc-compat.sh: brought up-to-date
emma closed issue bonsai/harakit#21 2024-02-07 19:57:16 -07:00
rpn(1) - reverse polish notation
emma commented on issue bonsai/harakit#42 2024-02-07 19:57:01 -07:00
fop(1): use std::process::ExitCode

This is not worth pursuing because the majority of exit()s are inside closures.

emma closed issue bonsai/harakit#42 2024-02-07 19:57:01 -07:00
fop(1): use std::process::ExitCode
emma pushed to main at bonsai/harakit 2024-02-07 19:42:46 -07:00
3e39739e88 Makefile: added rpn to all
emma closed pull request bonsai/harakit#36 2024-02-07 19:24:50 -07:00
rpn(1)
emma pushed to main at bonsai/harakit 2024-02-07 19:24:21 -07:00
0f5247e722 merged rpn(1); closes #2
7fb68a2c7a rpn.1: fixed DESCRIPTION
b95b198923 rpn(1): typo
af53375ff2 rpn.1: fixed some clunky stuff
4e040e0021 rpn(1): added alternative representation for powers
Compare 31 commits »
emma pushed to rpn at bonsai/harakit 2024-02-07 19:18:31 -07:00
7fb68a2c7a rpn.1: fixed DESCRIPTION
emma pushed to rpn at bonsai/harakit 2024-02-07 19:13:02 -07:00
b95b198923 rpn(1): typo
emma pushed to rpn at bonsai/harakit 2024-02-07 19:12:27 -07:00
af53375ff2 rpn.1: fixed some clunky stuff
emma commented on pull request bonsai/harakit#36 2024-02-07 19:05:05 -07:00
rpn(1)

Due to [...] the way floats are represented in accordance with the IEEE Standard [...]

This does not imply any work on our part. The floats are represented in accordance with IEEE standards…

emma commented on pull request bonsai/harakit#36 2024-02-07 18:54:18 -07:00
rpn(1)

According to Merriam-Webster [1], the verb outputted is the past tense form of output. I want to change this paragraph regardless because it is a bit clunky.

[1] https://www.merriam-webster.com/

emma pushed to rpn at bonsai/harakit 2024-02-07 18:52:43 -07:00
4e040e0021 rpn(1): added alternative representation for powers
emma commented on issue bonsai/harakit#46 2024-02-06 23:36:44 -07:00
out(1): output arguments

The out(1) utility should output the argv array to the standard output.

emma opened issue bonsai/harakit#46 2024-02-06 23:35:29 -07:00
out(1): output arguments
emma closed issue bonsai/harakit#26 2024-02-06 23:33:02 -07:00
Usage of Projects tab
emma pushed to rpn at bonsai/harakit 2024-02-06 23:30:24 -07:00
d768a257a3 rpn(1): made EvaluationError struct contain exit code