X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=e745926300fda5b61e2fec84726ff2604e0f55ce;hp=111aa9e4a5d26292503be50741888becf4b1a079;hb=fe712aa779be8210646dd5a74a665644232de3cb;hpb=5c8699f151207953f4029e0fc6c488afce99f756 diff --git a/src/main/package.lisp b/src/main/package.lisp index 111aa9e..e745926 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -79,3 +79,13 @@ The primary code responsible for tokenizing NetLogo code.")) The NetLogo view interface using opengl. This is responsible for taking the current state of the enging and displaying it. Will not house any interface components.")) + +(defpackage #:clnl-cli + (:use :common-lisp :cl-charms/low-level) + (:export :run) + (:documentation + "CLNL CLI + +The main NetLogo interface for interacting with the program. Since CLNL is +a command line interface program with a view for display purposes only, this +is where all the features that the traditional NetLogo UI lives."))