Update README and .gitignore
This commit is contained in:
parent
471c2eaf87
commit
b2e9849504
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user