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