Updated README.md.

This commit is contained in:
Jacob Signorovitch 2025-01-11 09:24:20 -05:00
parent e243e862ae
commit 907bc26264

View File

@ -13,14 +13,14 @@ include the [Unity](https://github.com/ThrowTheSwitch/Unity) test framework.
## Current State ## Current State
[x] Floating-point numbers - [x] Floating-point numbers
[x] Negative numbers - [x] Negative numbers
[x] Basic binary infix operators; `+`, `-`, `*`, `/` - [x] Basic binary infix operators; `+`, `-`, `*`, `/`
[x] The same as conventional functions; `sum()`, `sub()`, `mul()`, `div()` - [x] The same as conventional functions; `sum()`, `sub()`, `mul()`, `div()`
[ ] Arbitrary length functions - [ ] Arbitrary length functions
[ ] User-defined variables - [ ] User-defined variables
[ ] Control flow - [ ] Control flow
[ ] User-defined functions - [ ] User-defined functions
## Syntax (Planned) ## Syntax (Planned)