Prims - Implement stop
[clnl] / src / main / package.lisp
index d9d95af89b10a14c3259a78d1af9c0a724c9ca58..89a0ab3c82c61fc575006009fa97944488d9beec 100644 (file)
@@ -65,13 +65,16 @@ into an ast that can be transpiled later."))
 (defpackage #:clnl-nvm
  (:use :common-lisp)
  (:shadow #:random #:count)
- (:export #:export-world #:create-world #:current-state
+ (:export #:export-world #:create-world #:current-state #:with-stop-handler
   ; API as used by transpiled NetLogo programs
   #:agent-value
   #:ask
+  #:clear-all
   #:count
   #:create-turtles
   #:die
+  #:display
+  #:hatch
   #:of
   #:forward
   #:lookup-color
@@ -82,12 +85,15 @@ into an ast that can be transpiled later."))
   #:random-float
   #:random-xcor
   #:random-ycor
+  #:set-default-shape
   #:setxy
   #:show
+  #:stop
   #:turtles
   #:tick
   #:ticks
-  #:turn-right #:turn-left)
+  #:turn-right #:turn-left
+  #:with)
  (:documentation
   "CLNL NVM