Klortho / Physics-Unit

Perl Physics::Unit module
http://search.cpan.org/perldoc?Physics::Unit
Do What The F*ck You Want To Public License
9 stars 4 forks source link

Add addition, subtraction, and comma operators #10

Open Klortho opened 12 years ago

Klortho commented 12 years ago

Add addition, subtraction, and the comma operators to unit expressions. The comma operator means the same as +, and allows you to write things like "1 foot, 3 inches". The comma operator should have a precedence one-higher than the space.