Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 398 Bytes

bincalc

A simple binary calculator for fixed-width unsigned, signed, and floating point encodings with C-like syntax. Features:

  • 8,16,32,64 bit signed/unsigned and 32,64 bit floating point modes
  • Verbose mode showing computation steps
  • Hexadecimal input and output to observe encoding
  • Unary operators: ~ -
  • Binary operators: * / % + - << >> & ^ |
  • Parenthesis () and C operator precedence