X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Flex.lisp;h=780aec2aeefd1af4d3b6c490661c3053c590525e;hp=c7f082fc3d203f82e0e7d267c40236b77802980b;hb=c34fdd7f3b9920b2feaf1dec70d2dd21ddbbadf2;hpb=d4ab3334d216c9963f9459d9e8870c6abafce8f1 diff --git a/src/main/lex.lisp b/src/main/lex.lisp index c7f082f..780aec2 100644 --- a/src/main/lex.lisp +++ b/src/main/lex.lisp @@ -1,4 +1,4 @@ -(in-package #:cl-nl.lexer) +(in-package #:clnl-lexer) ; I played around with using #'read for netlogo code, which would have been neat. ; However, it provides too many instances where people could inject CL code