Shufflerator now shuffles like the NL one does!
[clnl] / src / main / cl-nl.asd
index f6ca9e5c58f43dbbfc4da4d309ada3189dc9baa3..924a5f66f56a2886276996b4127ce42a0f0cdd60 100644 (file)
@@ -5,4 +5,10 @@
   :author "Frank Duncan (frank@kank.com)"
   :serial t
   :components ((:file "package")
-               (:file "main")))
+               (:file "lex")
+               (:file "parse")
+               (:file "nvm")
+               (:file "transpile")
+               (:file "random")
+               (:file "main"))
+  :depends-on (:cl-ppcre :mt19937))