From 3e2ec6ed6bf7e5f4a8b48a78ea1275236a18a0fb Mon Sep 17 00:00:00 2001 From: sofia Date: Sun, 27 Jul 2025 02:19:45 +0300 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 024ee99..785974f 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ Currently missing big features (TODOs) are: - ~~Intrinsic functions~~ (DONE) - ~~Ability to specify types in literals and variable definitions~~ (DONE) - ~~Debug Information~~ (DONE) -- ~~Fix struct initialization (wrong order and missing fields allowed now)~~ -- ~~Not-Unary~~ -- ~~Importing types from other modules~~ -- ~~Importable binops?~~ +- ~~Fix struct initialization (wrong order and missing fields allowed now)~~ (DONE) +- ~~Not-Unary~~ (DONE) +- ~~Importing types from other modules~~ (DONE) +- ~~Importable binops?~~ (DONE) - Associated functions (for e.g. sizeof) Big features that I want later but are not necessary: