summaryrefslogtreecommitdiff
path: root/dice-lang/todos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dice-lang/todos.txt')
-rw-r--r--dice-lang/todos.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/dice-lang/todos.txt b/dice-lang/todos.txt
deleted file mode 100644
index c83fe60..0000000
--- a/dice-lang/todos.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-@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