From 5831b06af544702b8fe0e89d41d9e17dcae289d5 Mon Sep 17 00:00:00 2001 From: sofia Date: Wed, 23 Jul 2025 21:08:50 +0300 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27d13a6..4b08702 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Currently missing big features (TODOs) are: - ~~Unary operators~~ - ~~Floats~~ (DONE) - ~~Type casting~~ (DONE) -- ~~Built-in Int/Float division and modulo~~ -- Loops +- ~~Built-in Int/Float division and modulo~~ (DONE) +- ~~Loops~~ (DONE) - Debug Information (PARTIALLY DONE) - Ability to specify types in literals and variable definitions - Intrinsic functions