Skip to content

Add support for hexadecimal inputs / outputs

Michael Aaron Murphy requested to merge hex into master

Created by: huntergoldstein

  • Numbers are now typed according to their format / internal representation
  • The type that stores numbers, Value, now has operator overloads that performs the correct casting / error handling
  • Division will not preserve type: for example, 4 / 3 will be 1.3333... not 1

Closes #10 (closed).

Merge request reports