summaryrefslogtreecommitdiff
path: root/base/todos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'base/todos.txt')
-rw-r--r--base/todos.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/base/todos.txt b/base/todos.txt
new file mode 100644
index 0000000..c83fe60
--- /dev/null
+++ b/base/todos.txt
@@ -0,0 +1,8 @@
+@TODO 10/08/17 Ben Culkin :ModuleSplitting
+ Split dice-lang into maven modules. Right now I'm thinking to split it
+ into the following modules
+ - dice (contains everything in the dice package)
+ - SCL (contains everything in the SCL package)
+ - lang (contains everything else)
+ This'll make it easier to use these parts elsewhere, as well as make
+ compilation times shorter