From 14b6e6b2f98492108e4c07493aa749a1c83bc407 Mon Sep 17 00:00:00 2001 From: sofia Date: Mon, 21 Jul 2025 14:56:57 +0300 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55b07c2..8415810 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,13 @@ Currently missing big features (TODOs) are: - ~~Structs~~ (DONE) - ~~Extern functions~~ (DONE) - ~~Strings~~ (DONE) -- Loops -- Debug Information (PARTIALLY DONE) - ~~Borrows~~ (DONE) - ~~Pointers~~ +- Loops +- Debug Information (PARTIALLY DONE) - Floats -- Subtraction +- Unary operators +- Ability to specify types in literals and variable definitions Big features that I want later but are not necessary: - Associated functions