From b2e98495048f59f7b5c2c2543926a7255dbe1224 Mon Sep 17 00:00:00 2001 From: sofia Date: Mon, 21 Jul 2025 21:15:55 +0300 Subject: [PATCH] Update README and .gitignore --- .gitignore | 8 ++++---- README.md | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7449051..e53a635 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ src/old_llvm .env hello.* main -reid_src/*.o -reid_src/*.ll -reid_src/*.asm -reid_src/*.out +*.o +*.ll +*.asm +*.out diff --git a/README.md b/README.md index 00d2ee1..18b7f14 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,13 @@ Big features that I want later but are not necessary: - Asymmetric binary operations (e.g. string + u32) Smaller features: +- Hex-numbers +- Built-in Int/Float division and modulo +- Bitwise operations - Easier way to initialize arrays with a single value -- Lexical scopes for Debug Information -- ~~Only include standard library at all if it is imported~~ - Void-returns (`return;` for void-returning functions) +- ~~Only include standard library at all if it is imported~~ +- Lexical scopes for Debug Information ### Why "Reid"