From 624431b72eabf942a4922526c6a9207888ee0c7f Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 25 Apr 2024 23:26:56 +0200 Subject: [PATCH] add some todo items --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7e82bdd..351e4ae 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ there's also a flake with a shell and package - if you know nix you know what to ## TODO +- parser generator: + - [ ] 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 + - [ ] numbered lists and colors + - [ ] extract into standalone library with both native c and c++ support (?) + ## license agpl3