From 7c6d63428796f35ca1cb9ddaaac0ced6c139126e Mon Sep 17 00:00:00 2001 From: sofia Date: Tue, 29 Jul 2025 16:04:26 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7445348..93b53f0 100644 --- a/README.md +++ b/README.md @@ -76,12 +76,12 @@ Big features that I want later but are not necessary: - LSP implementation Smaller features: -- ~~Hex-numbers~~ -- ~~Bitwise operations~~ -- ~~Easier way to initialize arrays with a single value~~ -- ~~Void-returns (`return;` for void-returning functions)~~ -- ~~Only include standard library at all if it is imported~~ -- Lexical scopes for Debug Information +- ~~Hex-numbers~~ (DONE) +- ~~Bitwise operations~~ (DONE) +- ~~Easier way to initialize arrays with a single value~~ (DONE) +- ~~Void-returns (`return;` for void-returning functions)~~ (DONE) +- ~~Only include standard library at all if it is imported~~ (DONE) +- ~~Lexical scopes for Debug Information~~ (DONE) ### Why "Reid"