X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fcl-nl.asd;h=924a5f66f56a2886276996b4127ce42a0f0cdd60;hp=9ef24e314b84a19f0a5165bbcc7ad4b37699cb08;hb=1ae8c7a0199a4955708c7f5d7a286a12782b5fd2;hpb=a0f8850031d5821c69b286d17004166f870fcd8e diff --git a/src/main/cl-nl.asd b/src/main/cl-nl.asd index 9ef24e3..924a5f6 100644 --- a/src/main/cl-nl.asd +++ b/src/main/cl-nl.asd @@ -6,6 +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))