Skip to content

Releases: coriolinus/calc

Fix #14

07 Aug 16:21
Compare
Choose a tag to compare

Fix #14: history operations were being applied twice.

Enable output formatting

24 Feb 21:28
ec5e430
Compare
Choose a tag to compare
$ calc -u "0o644 | 0o111 :#o"
0o755
$ calc -u '0o755 & !0o111 :04o'
0644
[0]: 0xab :b 4
1010 1011
[1]: @[0] >>> 4 :x_4
b000_0000_0000_000a
[2]: @ & 0xF :4b
1010
$ calc pi / 3 :v#04.4
0d01.0471

Update installation instructions, create changelog

12 Feb 16:02
Compare
Choose a tag to compare

Still establishing project infrastructure.

Publish on crates.io

12 Feb 16:01
Compare
Choose a tag to compare

Take over the crate name from its squatter.

MVP

10 Feb 21:06
Compare
Choose a tag to compare
MVP
  • performs all advertised operations
  • respects hierarchy of operator precedence
  • expression mode and shell mode
  • automatic release CI
  • reference documentation

There's a lot more coming, but this is enough to be useful.