summaryrefslogtreecommitdiff
path: root/clformat
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-11-13 21:31:42 -0500
committerBen Culkin <scorpress@gmail.com>2020-11-13 21:31:42 -0500
commitaaf35ffcea677d315aa24180f2742a45e2146ece (patch)
tree4ea4dcefb99b31e45f3b113d33056c48b5ea3c85 /clformat
parent5b854e5bd98fdee9bf35ed4965252b086f9e6e30 (diff)
Add some TODOs
Diffstat (limited to 'clformat')
-rw-r--r--clformat/TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/clformat/TODO b/clformat/TODO
index e69de29..a62a89e 100644
--- a/clformat/TODO
+++ b/clformat/TODO
@@ -0,0 +1,15 @@
+@TODO Nov 13th, 2020 Ben Culkin :InvokeDirective
+This is more a 'mad-science' kind of thing, but creating a directive that allows
+people to invoke invokable items passed as format arguments could be interesting.
+ The key-name for this directive would probably be `I, and there are a number
+ of invokable types that could be interesting
+ * Supplier<String> to just insert the resulting string.
+ * Function<Object, String> to convert a format item to a string.
+
+@TODO Nov 13th, 2020 Ben Culkin :ConfigDirectives
+Add a way to configure user-based directives from reading a config file, which
+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