Skip to content

Programmer Mode

Rohan Asokan requested to merge arenagrenade/kalk:binarycalc into master

Binary Calculator addition. (Currently features the UI).

TODO

  1. Need to add parser capabilities
  2. Need to find a way to keep all the text in the buttons the same size (quite annoying to look at 😄)
  3. Process the binary / oct / hex inputs into integers or floats to be handled by the parser backend
  4. Figure a way to keep all the three types of common programmer inputs (bin, oct, hex). Possibly a draggable overlay could do the job which only contains
Edited by Rohan Asokan

Merge request reports