- 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.