X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=a6ca2df874f374bb4b2b56d6956940501f31f6ba;hb=4a9ed570e6d2c79ac7cac0a6a84d414ee658cd3e;hp=642d2f00668455e3fddfff718fcf698303d9123e;hpb=d0e9e5aea40d947370e90276fe12fbaa671c8992;p=clnl diff --git a/src/main/package.lisp b/src/main/package.lisp index 642d2f0..a6ca2df 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -12,13 +12,12 @@ (defpackage #:cl-nl.transpiler (:use :common-lisp) - (:export :transpile-command-block)) + (:export :transpile-commands)) (defpackage #:cl-nl.nvm (:use :common-lisp) - (:export :export-world)) + (:export :export-world :create-world)) (defpackage #:cl-nl.lexer (:use :common-lisp) (:export :lex)) -