all: anonymous structs (part 2)

This commit is contained in:
Alexander Medvednikov 2022-07-06 21:38:40 +03:00
parent f4b39fbe4f
commit 426421bebb
10 changed files with 151 additions and 99 deletions

View file

@ -5,8 +5,12 @@
- [ ] Parallel checker
- [ ] Parallel C compilation
- [ ] `recover()` from panics
- [ ] vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports)
- [ ] vfmt: add missing imports (like goimports)
- [ ] merge v.c and v_win.c
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
- [ ] Handle function pointers safely, remove `if function == 0 {`
- [ ] Bundle OpenSSL like GC
- [ ] Anonymous structs
- [ ] -usecache on by default
- [ ] -skip-unused on by default