tick section lists off of TODO

This commit is contained in:
jacekpoz 2024-04-26 19:50:14 +02:00
parent b978fb2288
commit e139115ede
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -22,7 +22,7 @@ if you want to debug the macros (good luck keeping your sanity) run `make pp` to
## TODO ## TODO
- parser generator: - parser generator:
- [ ] handle section-lists (e.g. TimingPoints or HitObjects) - [x] ~~handle section-lists (e.g. TimingPoints or HitObjects)~~
- [ ] learn and parse sliders - [ ] learn and parse sliders
- [ ] rename macros to look better (CONFIG -> PARSE, etc.) - [ ] rename macros to look better (CONFIG -> PARSE, etc.)
- [ ] get rid of STREAM_STRUCT_OPS - make the STRUCT and CONFIG macros generate stream ops themselves - [ ] get rid of STREAM_STRUCT_OPS - make the STRUCT and CONFIG macros generate stream ops themselves