Add simple ncurses command center
[clnl] / src / main / package.lisp
index 111aa9e4a5d26292503be50741888becf4b1a079..e745926300fda5b61e2fec84726ff2604e0f55ce 100644 (file)
@@ -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."))