Skip to content

Tags: bleader/rcpy

Tags

v0.6

Toggle v0.6's commit message
doc: update conversions

- conversions were documented in the manpage
- added the same doc to README
- fixed the lookup of manpage to search in the same folder as the script

v0.5

Toggle v0.5's commit message
fix integer command

'int' command would get the int part of a flot, but it was storing it
back in the stack as int, thus messing with the conversions done
internally. Adding an str() fixes it.

v0.4

Toggle v0.4's commit message
update readme with macro example

Signed-off-by: bleader <[email protected]>

v0.3

Toggle v0.3's commit message
v0.3 - first release

v0.2

Toggle v0.2's commit message
make it work from stdin

Signed-off-by: bleader <[email protected]>

v0.1

Toggle v0.1's commit message
First really useable version.