From c4f78471cda366bebf2d6f700dd07e5e78dd5d9a Mon Sep 17 00:00:00 2001 From: sofia Date: Tue, 22 Jul 2025 23:01:55 +0300 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18b7f14..a104013 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Currently missing big features (TODOs) are: - ~~Pointers~~ (DONE) - ~~Unary operators~~ - ~~Floats~~ (DONE) -- Type casting +- ~~Type casting~~ (DONE) +- Built-in Int/Float division and modulo - Loops - Debug Information (PARTIALLY DONE) - Ability to specify types in literals and variable definitions @@ -53,7 +54,6 @@ Big features that I want later but are not necessary: Smaller features: - Hex-numbers -- Built-in Int/Float division and modulo - Bitwise operations - Easier way to initialize arrays with a single value - Void-returns (`return;` for void-returning functions)