X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fparse.lisp;h=196b63bc35bf70484a12f3edab04ec82af632917;hp=6197d30191752aed9451c5e90d681e3722b7bc0d;hb=5a40730;hpb=04d53972b6d2865cfd82d888c35f75fffd840ec7 diff --git a/src/main/parse.lisp b/src/main/parse.lisp index 6197d30..196b63b 100644 --- a/src/main/parse.lisp +++ b/src/main/parse.lisp @@ -68,7 +68,8 @@ DESCRIPTION: lowest precedence, and all reporters should have 10 as the precedence. The possible values for ARG are :agentset, :boolean, :number, :command-block, - or t for wildcard. + :string, or t for wildcard. For optional arguments, ARG can be a list of the form + (ARG :optional) where ARG is one of the aforementioned values. The need for a parser between the lexer and the transpiler is because NetLogo needs two passes to turn into something that can be used. This is the only entry