Bagolly / WHISKR-A

WHISKR Arithmetics
1 stars 0 forks source link

Add support for suffixes #6

Open Bagolly opened 1 year ago

Bagolly commented 1 year ago

Add support for suffixes to numbers, to enable the use of units.

Expected usage:

      string length = "3m"                   //should represent 3 meters
     string volume = "4.5 dm3"          //should represent 4.5 cubic decimeters