summaryrefslogtreecommitdiff
path: root/doc/todo/nested_preprocessor_directives.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-20 17:09:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-20 17:09:23 +0000
commite5cc8c11dae1b8a03990b202cfe105bd3d4eae8c (patch)
treebaf0ccfeb5248112a3f4b99c93555e83bf20f672 /doc/todo/nested_preprocessor_directives.mdwn
parent78bdead06afca141ec3de4043242c5de957aa8bb (diff)
todo
Diffstat (limited to 'doc/todo/nested_preprocessor_directives.mdwn')
-rw-r--r--doc/todo/nested_preprocessor_directives.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn
new file mode 100644
index 000000000..c11e38970
--- /dev/null
+++ b/doc/todo/nested_preprocessor_directives.mdwn
@@ -0,0 +1,6 @@
+Ikiwiki's preprocessor parser cannot deal with arbitrary nested preprocesor
+directives. It's possible to nest a directive with single quoted values
+inside a triple-quoted value of a directive, but that's all.
+
+It's not possible to unambiguously parse nested quotes, so to support
+nesting, a new syntax would be needed. Maybe something xml-like?