Skip to content

20210224

Latest
Compare
Choose a tag to compare
@fdwr fdwr released this 25 Feb 01:25
· 51 commits to master since this release
  • Fix octal parsing (e.g. "0o123")
  • Fix parsing large uint64 raw numbers, which incorrectly clamped to INT64_MAX.
  • Add "trunc" operation to truncate values.
  • Make output less cluttered by only showing binary or numeric output on a line when a single number is passed.