summaryrefslogtreecommitdiff
path: root/src/org/unitConverter/math/ExpressionParser.java
AgeCommit message (Collapse)Author
2019-03-22Unit Expressions are now parsed with the expression parser.Adrien Hopkins
Addition and subtraction are now possible.
2019-03-22Made BaseUnit a subclass of LinearUnit and made an expression parserAdrien Hopkins