Update README and .gitignore

This commit is contained in:
Sofia 2025-07-21 21:15:55 +03:00
parent 471c2eaf87
commit b2e9849504
2 changed files with 9 additions and 6 deletions

8
.gitignore vendored
View File

@ -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

View File

@ -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"