From d384750688bb828edbd273bc88d34a57fe6ffde7 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 20 Aug 2020 11:02:34 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88debc3..5e8b4d3 100644 --- a/README.md +++ b/README.md @@ -155,12 +155,12 @@ match string { // ... ``` -## Potential Improvements -### General +### Potential Improvements +#### General - Support for math in `6'4"` syntax, like `3'+2'4"`. Currently needs to be written like `3'+3'+4"` - The functions in units.rs have a lot of manual if statements. This could probably be replaced with a pretty advanced macro. - Support for lexing words, like `one billion` -### Potential unit types +#### Potential unit types Nice list of units: https://support.google.com/websearch/answer/3284611 - Currency: How would you go about dynamically updating the weights? - Fuel consumption