summaryrefslogtreecommitdiff
path: root/clformat/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'clformat/TODO')
-rw-r--r--clformat/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/clformat/TODO b/clformat/TODO
index a62a89e..abe3a37 100644
--- a/clformat/TODO
+++ b/clformat/TODO
@@ -12,4 +12,9 @@ allows you to bind directives to various characters and customize their behavior
One thing that will need to be involved is that all of the directives should
probably have their interfaces tweaked to allow you to provide a custom form of
them. One could argue this is the sort of thing that macros could do, but I can
-see no compelling reason not to implement both features \ No newline at end of file
+see no compelling reason not to implement both features
+
+@TODO Nov 14th, 2020 Ben Culkin :OnceDirective
+Implement a directive (`O probably) that will only be executed once per given
+invocation of 'format', or maybe one for 'once per enclosing directive'. Could
+be useful, especially once we have more stateful directives. \ No newline at end of file