X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fcl-nl.asd;h=924a5f66f56a2886276996b4127ce42a0f0cdd60;hb=1ae8c7a0199a4955708c7f5d7a286a12782b5fd2;hp=74b5393771e453b05bb42844dac0b320b4093a4d;hpb=b398914bb75f7d9ac9b1d19076e98338281900b0;p=clnl diff --git a/src/main/cl-nl.asd b/src/main/cl-nl.asd index 74b5393..924a5f6 100644 --- a/src/main/cl-nl.asd +++ b/src/main/cl-nl.asd @@ -6,5 +6,9 @@ :serial t :components ((:file "package") (:file "lex") + (:file "parse") + (:file "nvm") + (:file "transpile") + (:file "random") (:file "main")) - :depends-on (:cl-ppcre)) + :depends-on (:cl-ppcre :mt19937))