summaryrefslogtreecommitdiff
path: root/RGens
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-24 19:28:35 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-24 19:28:35 -0300
commite1f4d1f3fc86b67e82684d196d3948a13794d35f (patch)
treebfb13edd6df93b1df75f3addb02554cd4cbea8e1 /RGens
parent73a7c860f6252f5f2e94e2a57eb5cbd53e2b9ccb (diff)
Add new todos
Diffstat (limited to 'RGens')
-rw-r--r--RGens/todos.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/RGens/todos.txt b/RGens/todos.txt
index cad2157..05dd15b 100644
--- a/RGens/todos.txt
+++ b/RGens/todos.txt
@@ -9,3 +9,18 @@
Figure out a way to organize exports instead of just sticking them all
into the global namespace. Maybe use the @ symbol for 'foreign rule
references' (FRRs)
+
+@TODO 10/23/17 Ben Culkin :Casing
+ Provide some way to convert rules into different cases.
+
+@TODO 10/23/17 Ben Culkin :Spacing
+ Find a saner way to do spacing. + rules work well for some things, but
+ what is needed is some way to do it only one level deep. Possibly some
+ kind of pragma to convert a rule to a single-level spacer?
+
+@TODO 10/23/17 Ben Culkin :Pluralizing
+ Add some way to say to pluralize the contents of a rule
+
+@TODO 10/23/17 Ben Culkin :Extensions
+ Add some soft of pragmas to allow the loading of extensions that provide
+ custom rules/case types/pragmas and things like that