mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
More correct alignment. Foreach added. Removed dynamic designated array initialization. Use 16 byte alignment on arrays >= 16 for x64
This commit is contained in:
committed by
Christoffer Lerno
parent
26d25e3f74
commit
45c4f205bb
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user