More correct alignment. Foreach added. Removed dynamic designated array initialization. Use 16 byte alignment on arrays >= 16 for x64

This commit is contained in:
Christoffer Lerno
2021-01-27 00:09:09 +01:00
committed by Christoffer Lerno
parent 26d25e3f74
commit 45c4f205bb
29 changed files with 1078 additions and 203 deletions

View File

@@ -90,7 +90,7 @@ the r/ProgrammingLanguages Discord: https://discord.gg/cfu4wdk
- [x] `next` statement
- [x] Expression blocks
- [x] Do-without-while
- [ ] Foreach statement
- [x] Foreach statement
- [ ] All attributes
- [ ] Associative array literals
- [ ] CT type constants
@@ -117,10 +117,10 @@ the r/ProgrammingLanguages Discord: https://discord.gg/cfu4wdk
- [ ] String functions
- [ ] Vararrays e.g. `int[*]`
- [ ] Compile time incremental arrays
- [-] Complete C ABI conformance *in progress*
- [ ] Complete C ABI conformance *in progress*
- [ ] Generic functions
- [-] Debug info *in progress*
- [ ] Simd vectors
- [ ] Debug info *in progress*
- [ ] Simd vector types
- [ ] Complex types
#### What can you help with?