X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fpackage.lisp;h=8bafc43160219450c8a5a276a251da64e6bfb86e;hp=443f85d29f3d79dbb7a2851e1ab2dd8edccaabb8;hb=885270b122c568ecdba52a465dae0125adae8c18;hpb=db4e12948a1751fbcd20cb76ce28973191b9eb5a diff --git a/src/main/package.lisp b/src/main/package.lisp index 443f85d..8bafc43 100644 --- a/src/main/package.lisp +++ b/src/main/package.lisp @@ -64,44 +64,6 @@ the nvm in the same way that comes out of this transpiler All the code to convert the list of tokens coming from the lexer into an ast that can be transpiled later.")) -(defpackage #:clnl-nvm - (:use :common-lisp) - (:shadow #:random #:count) - (: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 - #:one-of - #:patches - #:reset-ticks - #:random - #:random-float - #:random-xcor - #:random-ycor - #:set-default-shape - #:setxy - #:show - #:stop - #:turtles - #:turtles-here - #:tick - #:ticks - #:turn-right #:turn-left - #:with) - (:documentation - "CLNL NVM - -NetLogo Virtual Machine: the simulation engine.")) - (defpackage #:clnl-lexer (:use :common-lisp) (:export #:lex)