From c9b363d9e8dc6abba4e27f00da8f78fc5b62bf59 Mon Sep 17 00:00:00 2001 From: sofia Date: Mon, 21 Jul 2025 12:21:09 +0300 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b4245..acb029c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ fn fibonacci(n: u16) -> u16 { } ``` -Currently missing relevant features (TODOs) are: +Currently missing big features (TODOs) are: - ~~Arrays~~ (DONE) - ~~Structs~~ (DONE) - ~~Extern functions~~ (DONE) @@ -41,6 +41,12 @@ Currently missing relevant features (TODOs) are: - Debug Information (PARTIALLY DONE) - ~~Borrows~~ (DONE) - Pointers +- Floats + +Big features that I want later but are not necessary: +- Associated functions +- User-defined binary operations +- Asymmetric binary operations (e.g. string + u32) Smaller features: - Easier way to initialize arrays with a single value