summaryrefslogtreecommitdiff
path: root/dice-lang/todos.txt
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-09 16:02:10 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-09 16:02:10 -0300
commitf028ea6dc555fc5192a96b00b8e96e90dbf6de55 (patch)
tree4b2a28ecbeb30095b50e6e9e8ac8b98fa8ddc79e /dice-lang/todos.txt
parentbe4675f9512060aa85b1e0a4f223208b51b55812 (diff)
TODO tagging
Diffstat (limited to 'dice-lang/todos.txt')
-rw-r--r--dice-lang/todos.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/dice-lang/todos.txt b/dice-lang/todos.txt
new file mode 100644
index 0000000..c83fe60
--- /dev/null
+++ b/dice-lang/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