From a3d923da12c09d6da1b9d809324e0ad64485cdba Mon Sep 17 00:00:00 2001 From: sofia Date: Thu, 24 Jul 2025 20:25:25 +0300 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24dfc19..7dc45ce 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ Currently missing big features (TODOs) are: - ~~Type casting~~ (DONE) - ~~Built-in Int/Float division and modulo~~ (DONE) - ~~Loops~~ (DONE) +- ~~Intrinsic functions~~ (DONE) - Debug Information (PARTIALLY DONE) - Ability to specify types in literals and variable definitions -- Intrinsic functions -- Not-Unary and NEQ-binary +- Not-Unary Big features that I want later but are not necessary: - Associated functions -- User-defined binary operations -- Asymmetric binary operations (e.g. string + u32) +- ~~User-defined binary operations~~ (DONE) +- ~~Asymmetric binary operations (e.g. string + u32)~~ (DONE) - Error handling - Lexing & parsing of whitespace and comments as well - LSP implementation