Updated README.md.
This commit is contained in:
parent
5e930b9847
commit
e243e862ae
13
README.md
13
README.md
@ -13,11 +13,14 @@ include the [Unity](https://github.com/ThrowTheSwitch/Unity) test framework.
|
|||||||
|
|
||||||
## Current State
|
## Current State
|
||||||
|
|
||||||
The following things are possible:
|
[x] Floating-point numbers
|
||||||
1. Floating-point numbers
|
[x] Negative numbers
|
||||||
2. Negative numbers
|
[x] Basic binary infix operators; `+`, `-`, `*`, `/`
|
||||||
3. Basic binary infix operators; `+`, `-`, `*`, `/`
|
[x] The same as conventional functions; `sum()`, `sub()`, `mul()`, `div()`
|
||||||
4. The same as conventional functions; `sum()`, `sub()`, `mul()`, `div()`
|
[ ] Arbitrary length functions
|
||||||
|
[ ] User-defined variables
|
||||||
|
[ ] Control flow
|
||||||
|
[ ] User-defined functions
|
||||||
|
|
||||||
## Syntax (Planned)
|
## Syntax (Planned)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user