summaryrefslogtreecommitdiff
path: root/base/todos.txt
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:10:14 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:10:14 -0300
commit7bda9de511a5642efb297eae98c6ea7c42b27754 (patch)
treedff1aa772b9ac088c5bd07b8d10d944cbff89f96 /base/todos.txt
parentf028ea6dc555fc5192a96b00b8e96e90dbf6de55 (diff)
Start switch to maven modules
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