diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-17 20:04:56 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-17 20:04:56 -0400 |
commit | 6dbd32cd208c164e9c818b48b0b9bf823a152d71 (patch) | |
tree | ae189184da4294948aa84beca04f39ecd0d08f08 /CHANGELOG.org | |
parent | 5f06f688ee0de31125682a9a0b1d05b4b5edf66c (diff) |
Added an expression parser that can parse RPN expressions.
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index b9c87c9..87e26e0 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -8,6 +8,7 @@ All notable changes in this project will be shown in this file. *** Added - GUI for a selection-based unit converter - The UnitDatabase now stores dimensions. + - A system to parse mathematical expressions, used to parse unit expressions. ** v0.1.0 NOTE: At this stage, the API is subject to significant change. *** Added |