X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=675a70ba7ea4fe7404b7230189fdf982955d3bd6;hp=f3aef8a0e9d318d9703e7151c657d122d2ddd164;hb=d5b1d2277655b8771cc22aba7828e0b373b7d024;hpb=762ab38881c8870c9a61ca6857a28159f9fef9fc diff --git a/src/main/package.lisp b/src/main/package.lisp index f3aef8a..675a70b 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -19,7 +19,7 @@ into an ast that can be transpiled later.")) (defpackage #:clnl-code-parser (:use :common-lisp) - (:export #:parse #:globals) + (:export #:parse #:globals #:procedures) (:documentation "CLNL Code Parser @@ -139,3 +139,7 @@ The representation, parsing, and serializing of NetLogo model files, including all of the sections, and subsections held within. This package houses not only the code to read and write .nlogo files, but also the living state of the model as clnl runs.")) + +(defpackage #:clnl-default-model-package + (:use :common-lisp) + (:shadow #:go))