From e139115ede074f3480fb67c19b8b592261c13539 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 26 Apr 2024 19:50:14 +0200 Subject: [PATCH] tick section lists off of TODO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23308c9..f33282f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ if you want to debug the macros (good luck keeping your sanity) run `make pp` to ## TODO - parser generator: - - [ ] handle section-lists (e.g. TimingPoints or HitObjects) + - [x] ~~handle section-lists (e.g. TimingPoints or HitObjects)~~ - [ ] learn and parse sliders - [ ] rename macros to look better (CONFIG -> PARSE, etc.) - [ ] get rid of STREAM_STRUCT_OPS - make the STRUCT and CONFIG macros generate stream ops themselves