X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fcl-nl.asd;h=924a5f66f56a2886276996b4127ce42a0f0cdd60;hb=122faaf5cee27ca1ed5f047bf6244f30aa2f669d;hp=9ef24e314b84a19f0a5165bbcc7ad4b37699cb08;hpb=6c59eecb1168aa02dd44efa6f416a77117e968ce;p=clnl 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))