From 907bc26264ec735536383d0b02d599794599ce48 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 11 Jan 2025 09:24:20 -0500 Subject: [PATCH] Updated README.md. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c11db3c..5489fa8 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ include the [Unity](https://github.com/ThrowTheSwitch/Unity) test framework. ## Current State -[x] Floating-point numbers -[x] Negative numbers -[x] Basic binary infix operators; `+`, `-`, `*`, `/` -[x] The same as conventional functions; `sum()`, `sub()`, `mul()`, `div()` -[ ] Arbitrary length functions -[ ] User-defined variables -[ ] Control flow -[ ] User-defined functions +- [x] Floating-point numbers +- [x] Negative numbers +- [x] Basic binary infix operators; `+`, `-`, `*`, `/` +- [x] The same as conventional functions; `sum()`, `sub()`, `mul()`, `div()` +- [ ] Arbitrary length functions +- [ ] User-defined variables +- [ ] Control flow +- [ ] User-defined functions ## Syntax (Planned)