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
|
.env
|
||||||
hello.*
|
hello.*
|
||||||
main
|
main
|
||||||
reid_src/*.o
|
*.o
|
||||||
reid_src/*.ll
|
*.ll
|
||||||
reid_src/*.asm
|
*.asm
|
||||||
reid_src/*.out
|
*.out
|
||||||
|
@ -52,10 +52,13 @@ Big features that I want later but are not necessary:
|
|||||||
- Asymmetric binary operations (e.g. string + u32)
|
- Asymmetric binary operations (e.g. string + u32)
|
||||||
|
|
||||||
Smaller features:
|
Smaller features:
|
||||||
|
- Hex-numbers
|
||||||
|
- Built-in Int/Float division and modulo
|
||||||
|
- Bitwise operations
|
||||||
- Easier way to initialize arrays with a single value
|
- 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)
|
- Void-returns (`return;` for void-returning functions)
|
||||||
|
- ~~Only include standard library at all if it is imported~~
|
||||||
|
- Lexical scopes for Debug Information
|
||||||
|
|
||||||
### Why "Reid"
|
### Why "Reid"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user