nhirokinet / bluelineconsole

Blue Line Console, keyboard based launcher for Android
Apache License 2.0
191 stars 15 forks source link

Extract compiled calculation formula and show in result #95

Closed nhirokinet closed 2 years ago

nhirokinet commented 3 years ago

Currently input formula is directly shown in result, but this should be regenerated from the compile one used in actual calculation.

e.g, input: 2meters+3m*4 output: (2meter+(3meter*4))

Purposes:

nhirokinet commented 2 years ago

There would be better way, closing this issue.