- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
rpn(1)
- reverse polish notation
When writing npc 1 2 *
the shell automatically takes the asterisk as a wildard and it must be quoted. Should we do anything about this (i.e. have x
be the multiplication operator when parsing…
rpn(1)
I’m currently writing rpn(1)
and will be writing rpn(7)
for a comprehensive guide to reverse polish notation as soon as I get around to it.
rpn(1)
Implementing this would be at the cost of storing numbers as signed 32-bit integers before converting them to 64-bit floats, which would lessen the maximum size of the integers we can take.
rpn(1)
If the program does not do that on your machine, you are encountering a error that I cannot reproduce.