cl-ds / data /generated /c-mera_generated.jsonl
j14i's picture
3375 CL macro transformation examples from 85 libraries
43203b4 verified
{"macro_name":"DEFEXPRESSION","library":"c-mera","call_form":"(defexpression)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFEXPRESSION:\n too few elements in\n ()\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 0"}
{"macro_name":"DEFEXPRESSION","library":"c-mera","call_form":"(defexpression nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFEXPRESSION:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 1"}
{"macro_name":"DEFEXPRESSION","library":"c-mera","call_form":"(defexpression nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFEXPRESSION:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 2"}
{"macro_name":"DEFEXPRESSION","library":"c-mera","call_form":"(defexpression nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFEXPRESSION:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 2"}
{"macro_name":"DEFEXPRESSION","library":"c-mera","call_form":"(defexpression nil :key nil)","expanded":"","status":"expansion-error","error":"The value\n :KEY\nis not of type\n LIST\nwhen binding SB-IMPL::X"}
{"macro_name":"DEFEXPRESSION","library":"c-mera","call_form":"(defexpression 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFEXPRESSION:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 1"}
{"macro_name":"DEFPRETTYMETHOD","library":"c-mera","call_form":"(defprettymethod)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPRETTYMETHOD:\n too few elements in\n ()\n to satisfy lambda list\n (QUALIFIER NODE &BODY BODY):\n at least 2 expected, but got 0"}
{"macro_name":"DEFPRETTYMETHOD","library":"c-mera","call_form":"(defprettymethod nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPRETTYMETHOD:\n too few elements in\n (NIL)\n to satisfy lambda list\n (QUALIFIER NODE &BODY BODY):\n at least 2 expected, but got 1"}
{"macro_name":"DEFPRETTYMETHOD","library":"c-mera","call_form":"(defprettymethod nil\n nil)","expanded":"(defmethod traverser nil ((pp pretty-printer) (item nil) level)\n (declare (ignorable level))\n (with-slots (values subnodes)\n item))","status":"verified"}
{"macro_name":"DEFPRETTYMETHOD","library":"c-mera","call_form":"(defprettymethod nil\n (progn))","expanded":"(defmethod traverser nil ((pp pretty-printer) (item (progn)) level)\n (declare (ignorable level))\n (with-slots (values subnodes)\n item))","status":"verified"}
{"macro_name":"DEFPRETTYMETHOD","library":"c-mera","call_form":"(defprettymethod nil\n :key\n nil)","expanded":"(defmethod traverser nil ((pp pretty-printer) (item :key) level)\n (declare (ignorable level))\n (with-slots (values subnodes)\n item\n nil))","status":"verified"}
{"macro_name":"DEFPRETTYMETHOD","library":"c-mera","call_form":"(defprettymethod 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPRETTYMETHOD:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (QUALIFIER NODE &BODY BODY):\n at least 2 expected, but got 1"}
{"macro_name":"QUOTY","library":"c-mera","call_form":"(quoty)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUOTY:\n too few elements in\n ()\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 0"}
{"macro_name":"QUOTY","library":"c-mera","call_form":"(quoty nil)","expanded":"nil","status":"verified"}
{"macro_name":"QUOTY","library":"c-mera","call_form":"(quoty nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUOTY:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 2"}
{"macro_name":"QUOTY","library":"c-mera","call_form":"(quoty nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUOTY:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 2"}
{"macro_name":"QUOTY","library":"c-mera","call_form":"(quoty nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO QUOTY:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 3"}
{"macro_name":"QUOTY","library":"c-mera","call_form":"(quoty 'lol-gen::some-name)","expanded":"'lol-gen::some-name","status":"verified"}
{"macro_name":"DEL-PROXY","library":"c-mera","call_form":"(del-proxy)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEL-PROXY:\n too few elements in\n ()\n to satisfy lambda list\n (SLOT &KEY (NODE-NAME)):\n at least 1 expected, but got 0"}
{"macro_name":"DEL-PROXY","library":"c-mera","call_form":"(del-proxy nil)","expanded":"(let ((#:g300 (slot-value item 'nil)))\n (if (eql (find-class 'nodelist) (class-of (slot-value item 'nil)))\n (let ((#:g301 (slot-value (slot-value item 'nil) 'nodes)))\n (setf (slot-value (slot-value item 'nil) 'nodes)\n (loop for i in #:g301\n collect (slot-value i 'proxy-subnode))))\n (if #:g300\n (setf (slot-value item 'nil) (slot-value #:g300 'proxy-subnode)))))","status":"verified"}
{"macro_name":"DEL-PROXY","library":"c-mera","call_form":"(del-proxy nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEL-PROXY DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"DEL-PROXY","library":"c-mera","call_form":"(del-proxy nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEL-PROXY DEFMACRO:\n odd number of elements in keyword/value list: ((PROGN))"}
{"macro_name":"DEL-PROXY","library":"c-mera","call_form":"(del-proxy nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEL-PROXY DEFMACRO:\n unknown keyword: :KEY; expected one of :NODE-NAME"}
{"macro_name":"DEL-PROXY","library":"c-mera","call_form":"(del-proxy 'lol-gen::some-name)","expanded":"(let ((#:g302 (slot-value item ''lol-gen::some-name)))\n (if (eql (find-class 'nodelist)\n (class-of (slot-value item ''lol-gen::some-name)))\n (let ((#:g303 (slot-value (slot-value item ''lol-gen::some-name) 'nodes)))\n (setf (slot-value (slot-value item ''lol-gen::some-name) 'nodes)\n (loop for i in #:g303\n collect (slot-value i 'proxy-subnode))))\n (if #:g302\n (setf (slot-value item ''lol-gen::some-name)\n (slot-value #:g302 'proxy-subnode)))))","status":"verified"}
{"macro_name":"DEFINE-PROCESSOR","library":"c-mera","call_form":"(define-processor)","expanded":"(defun nil (args)\n (multiple-value-bind (input output debug)\n (parse-cmdline args nil)\n (when input\n (let ((tree nil) (pprint (make-instance 'pretty-printer)))\n (setf tree (nil input))\n (if output\n (with-open-file\n (stream output :direction :output :if-exists :supersede\n :if-does-not-exist :create)\n (setf (slot-value pprint 'stream) stream)\n (traverser pprint tree 0))\n (progn\n (setf (slot-value pprint 'stream) *standard-output*)\n (traverser pprint tree 0)\n (format t \"~&\")))))))","status":"verified"}
{"macro_name":"DEFINE-PROCESSOR","library":"c-mera","call_form":"(define-processor nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-PROCESSOR DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"DEFINE-PROCESSOR","library":"c-mera","call_form":"(define-processor nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-PROCESSOR DEFMACRO:\n unknown keyword: NIL; expected one of :NAME, :FILE-READER, :STRING-READER, :EXTRA-TRAVERSER"}
{"macro_name":"DEFINE-PROCESSOR","library":"c-mera","call_form":"(define-processor nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-PROCESSOR DEFMACRO:\n unknown keyword: NIL; expected one of :NAME, :FILE-READER, :STRING-READER, :EXTRA-TRAVERSER"}
{"macro_name":"DEFINE-PROCESSOR","library":"c-mera","call_form":"(define-processor nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-PROCESSOR DEFMACRO:\n odd number of elements in keyword/value list: (NIL :KEY NIL)"}
{"macro_name":"DEFINE-PROCESSOR","library":"c-mera","call_form":"(define-processor 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-PROCESSOR DEFMACRO:\n odd number of elements in keyword/value list: ('LOL-GEN::SOME-NAME)"}
{"macro_name":"DELPRETTYMETHOD","library":"c-mera","call_form":"(delprettymethod)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DELPRETTYMETHOD:\n too few elements in\n ()\n to satisfy lambda list\n (QUALIFIER NODE):\n exactly 2 expected, but got 0"}
{"macro_name":"DELPRETTYMETHOD","library":"c-mera","call_form":"(delprettymethod nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DELPRETTYMETHOD:\n too few elements in\n (NIL)\n to satisfy lambda list\n (QUALIFIER NODE):\n exactly 2 expected, but got 1"}
{"macro_name":"DELPRETTYMETHOD","library":"c-mera","call_form":"(delprettymethod nil nil)","expanded":"","status":"expansion-error","error":"#<STANDARD-CLASS C-MERA:PRETTY-PRINTER> cannot be printed readably."}
{"macro_name":"DELPRETTYMETHOD","library":"c-mera","call_form":"(delprettymethod nil (progn))","expanded":"","status":"expansion-error","error":"#<STANDARD-CLASS C-MERA:PRETTY-PRINTER> cannot be printed readably."}
{"macro_name":"DELPRETTYMETHOD","library":"c-mera","call_form":"(delprettymethod nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DELPRETTYMETHOD:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (QUALIFIER NODE):\n exactly 2 expected, but got 3"}
{"macro_name":"DELPRETTYMETHOD","library":"c-mera","call_form":"(delprettymethod 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DELPRETTYMETHOD:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (QUALIFIER NODE):\n exactly 2 expected, but got 1"}
{"macro_name":"DEFPROXYPRINT","library":"c-mera","call_form":"(defproxyprint)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYPRINT:\n too few elements in\n ()\n to satisfy lambda list\n (QUALIFIER NODE &BODY BODY):\n at least 2 expected, but got 0"}
{"macro_name":"DEFPROXYPRINT","library":"c-mera","call_form":"(defproxyprint nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYPRINT:\n too few elements in\n (NIL)\n to satisfy lambda list\n (QUALIFIER NODE &BODY BODY):\n at least 2 expected, but got 1"}
{"macro_name":"DEFPROXYPRINT","library":"c-mera","call_form":"(defproxyprint nil\n nil)","expanded":"(defproxymethod nil\n (pp pretty-printer)\n nil)","status":"verified"}
{"macro_name":"DEFPROXYPRINT","library":"c-mera","call_form":"(defproxyprint nil\n (progn))","expanded":"(defproxymethod nil\n (pp pretty-printer)\n (progn))","status":"verified"}
{"macro_name":"DEFPROXYPRINT","library":"c-mera","call_form":"(defproxyprint nil\n :key\n nil)","expanded":"(defproxymethod nil\n (pp pretty-printer)\n :key\n nil)","status":"verified"}
{"macro_name":"DEFPROXYPRINT","library":"c-mera","call_form":"(defproxyprint 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYPRINT:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (QUALIFIER NODE &BODY BODY):\n at least 2 expected, but got 1"}
{"macro_name":"DEFINE-SWITCHES","library":"c-mera","call_form":"(define-switches)","expanded":"(progn\n (defun nil ()\n (setf *c-mera-reader* 'cl)\n (setf *readtable* *readtable-backup*))\n (defun nil ()\n (setf *c-mera-reader* 'cm)\n (setf (readtable-case *readtable*) :invert)))","status":"verified"}
{"macro_name":"DEFINE-SWITCHES","library":"c-mera","call_form":"(define-switches nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCHES DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"DEFINE-SWITCHES","library":"c-mera","call_form":"(define-switches nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCHES DEFMACRO:\n unknown keyword: NIL; expected one of :CL-READER, :CM-READER, :MACRO-CHARACTER"}
{"macro_name":"DEFINE-SWITCHES","library":"c-mera","call_form":"(define-switches nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCHES DEFMACRO:\n unknown keyword: NIL; expected one of :CL-READER, :CM-READER, :MACRO-CHARACTER"}
{"macro_name":"DEFINE-SWITCHES","library":"c-mera","call_form":"(define-switches nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCHES DEFMACRO:\n odd number of elements in keyword/value list: (NIL :KEY NIL)"}
{"macro_name":"DEFINE-SWITCHES","library":"c-mera","call_form":"(define-switches 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCHES DEFMACRO:\n odd number of elements in keyword/value list: ('LOL-GEN::SOME-NAME)"}
{"macro_name":"WITH-PROXYNODES","library":"c-mera","call_form":"(with-proxynodes)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-PROXYNODES:\n too few elements in\n ()\n to satisfy lambda list\n (PROXY-NODES &BODY BODY):\n at least 1 expected, but got 0"}
{"macro_name":"WITH-PROXYNODES","library":"c-mera","call_form":"(with-proxynodes nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"WITH-PROXYNODES","library":"c-mera","call_form":"(with-proxynodes nil\n nil)","expanded":"(progn nil)","status":"verified"}
{"macro_name":"WITH-PROXYNODES","library":"c-mera","call_form":"(with-proxynodes nil\n (progn))","expanded":"(progn (progn))","status":"verified"}
{"macro_name":"WITH-PROXYNODES","library":"c-mera","call_form":"(with-proxynodes nil\n :key\n nil)","expanded":"(progn :key nil)","status":"verified"}
{"macro_name":"WITH-PROXYNODES","library":"c-mera","call_form":"(with-proxynodes 'lol-gen::some-name)","expanded":"(let ((quote '#:proxy-quote-304))\n (defproxy #:proxy-quote-304)\n (with-proxynodes (lol-gen::some-name)))","status":"verified"}
{"macro_name":"FUNCTION-CALL","library":"c-mera","call_form":"(function-call)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FUNCTION-CALL:\n too few elements in\n ()\n to satisfy lambda list\n (FUNCTION ARGUMENTS):\n exactly 2 expected, but got 0"}
{"macro_name":"FUNCTION-CALL","library":"c-mera","call_form":"(function-call nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FUNCTION-CALL:\n too few elements in\n (NIL)\n to satisfy lambda list\n (FUNCTION ARGUMENTS):\n exactly 2 expected, but got 1"}
{"macro_name":"FUNCTION-CALL","library":"c-mera","call_form":"(function-call nil nil)","expanded":"(make-instance 'function-call :function nil :arguments nil :values 'nil\n :subnodes '#'arguments)","status":"verified"}
{"macro_name":"FUNCTION-CALL","library":"c-mera","call_form":"(function-call nil (progn))","expanded":"(make-instance 'function-call :function nil :arguments (progn) :values 'nil\n :subnodes '#'arguments)","status":"verified"}
{"macro_name":"FUNCTION-CALL","library":"c-mera","call_form":"(function-call nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FUNCTION-CALL:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (FUNCTION ARGUMENTS):\n exactly 2 expected, but got 3"}
{"macro_name":"FUNCTION-CALL","library":"c-mera","call_form":"(function-call 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FUNCTION-CALL:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (FUNCTION ARGUMENTS):\n exactly 2 expected, but got 1"}
{"macro_name":"SOURCE-POSITION","library":"c-mera","call_form":"(source-position)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SOURCE-POSITION:\n too few elements in\n ()\n to satisfy lambda list\n (LINE FILE SUBNODE):\n exactly 3 expected, but got 0"}
{"macro_name":"SOURCE-POSITION","library":"c-mera","call_form":"(source-position nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SOURCE-POSITION:\n too few elements in\n (NIL)\n to satisfy lambda list\n (LINE FILE SUBNODE):\n exactly 3 expected, but got 1"}
{"macro_name":"SOURCE-POSITION","library":"c-mera","call_form":"(source-position nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SOURCE-POSITION:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (LINE FILE SUBNODE):\n exactly 3 expected, but got 2"}
{"macro_name":"SOURCE-POSITION","library":"c-mera","call_form":"(source-position nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SOURCE-POSITION:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (LINE FILE SUBNODE):\n exactly 3 expected, but got 2"}
{"macro_name":"SOURCE-POSITION","library":"c-mera","call_form":"(source-position nil :key nil)","expanded":"(make-instance 'source-position :line nil :file :key :subnode nil :values\n '(line file) :subnodes '(subnode))","status":"verified"}
{"macro_name":"SOURCE-POSITION","library":"c-mera","call_form":"(source-position 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO SOURCE-POSITION:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (LINE FILE SUBNODE):\n exactly 3 expected, but got 1"}
{"macro_name":"IDENTIFIER","library":"c-mera","call_form":"(identifier)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO IDENTIFIER:\n too few elements in\n ()\n to satisfy lambda list\n (IDENTIFIER):\n exactly 1 expected, but got 0"}
{"macro_name":"IDENTIFIER","library":"c-mera","call_form":"(identifier nil)","expanded":"(make-instance 'identifier :identifier nil :values '(identifier) :subnodes 'nil)","status":"verified"}
{"macro_name":"IDENTIFIER","library":"c-mera","call_form":"(identifier nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO IDENTIFIER:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (IDENTIFIER):\n exactly 1 expected, but got 2"}
{"macro_name":"IDENTIFIER","library":"c-mera","call_form":"(identifier nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO IDENTIFIER:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (IDENTIFIER):\n exactly 1 expected, but got 2"}
{"macro_name":"IDENTIFIER","library":"c-mera","call_form":"(identifier nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO IDENTIFIER:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (IDENTIFIER):\n exactly 1 expected, but got 3"}
{"macro_name":"IDENTIFIER","library":"c-mera","call_form":"(identifier 'lol-gen::some-name)","expanded":"(make-instance 'identifier :identifier 'lol-gen::some-name :values\n '(identifier) :subnodes 'nil)","status":"verified"}
{"macro_name":"MAKE-PROXY","library":"c-mera","call_form":"(make-proxy)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-PROXY:\n too few elements in\n ()\n to satisfy lambda list\n (SLOT NODE-TYPE &KEY (NODE-NAME) (PARENT)):\n at least 2 expected, but got 0"}
{"macro_name":"MAKE-PROXY","library":"c-mera","call_form":"(make-proxy nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-PROXY:\n too few elements in\n (NIL)\n to satisfy lambda list\n (SLOT NODE-TYPE &KEY (NODE-NAME) (PARENT)):\n at least 2 expected, but got 1"}
{"macro_name":"MAKE-PROXY","library":"c-mera","call_form":"(make-proxy nil nil)","expanded":"(if (or (eql (find-class 'nodelist) (class-of (slot-value item 'nil))))\n (let ((#:g305 (slot-value (slot-value item 'nil) 'nodes)))\n (setf (slot-value (slot-value item 'nil) 'nodes)\n (loop for i in #:g305\n collect (make-instance nil :parent item :proxy-subnode i\n :values 'nil :subnodes\n '(proxy-subnode)))))\n (let ((#:g305 (slot-value item 'nil)))\n (if #:g305\n (setf (slot-value item 'nil)\n (make-instance nil :parent item :proxy-subnode #:g305 :values\n 'nil :subnodes '(proxy-subnode)))\n (setf (slot-value item 'nil)\n (make-instance nil :parent item :proxy-subnode nil :values\n 'nil :subnodes '(proxy-subnode))))))","status":"verified"}
{"macro_name":"MAKE-PROXY","library":"c-mera","call_form":"(make-proxy nil (progn))","expanded":"(if (or (eql (find-class 'nodelist) (class-of (slot-value item 'nil))))\n (let ((#:g306 (slot-value (slot-value item 'nil) 'nodes)))\n (setf (slot-value (slot-value item 'nil) 'nodes)\n (loop for i in #:g306\n collect (make-instance (progn) :parent item :proxy-subnode\n i :values 'nil :subnodes\n '(proxy-subnode)))))\n (let ((#:g306 (slot-value item 'nil)))\n (if #:g306\n (setf (slot-value item 'nil)\n (make-instance (progn) :parent item :proxy-subnode #:g306\n :values 'nil :subnodes '(proxy-subnode)))\n (setf (slot-value item 'nil)\n (make-instance (progn) :parent item :proxy-subnode nil\n :values 'nil :subnodes '(proxy-subnode))))))","status":"verified"}
{"macro_name":"MAKE-PROXY","library":"c-mera","call_form":"(make-proxy nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to MAKE-PROXY DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"MAKE-PROXY","library":"c-mera","call_form":"(make-proxy 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-PROXY:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (SLOT NODE-TYPE &KEY (NODE-NAME) (PARENT)):\n at least 2 expected, but got 1"}
{"macro_name":"DEFNODE","library":"c-mera","call_form":"(defnode)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFNODE:\n too few elements in\n ()\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 0"}
{"macro_name":"DEFNODE","library":"c-mera","call_form":"(defnode nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFNODE:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 1"}
{"macro_name":"DEFNODE","library":"c-mera","call_form":"(defnode nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFNODE:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 2"}
{"macro_name":"DEFNODE","library":"c-mera","call_form":"(defnode nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFNODE:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 2"}
{"macro_name":"DEFNODE","library":"c-mera","call_form":"(defnode nil :key nil)","expanded":"","status":"expansion-error","error":"The value\n :KEY\nis not of type\n LIST\nwhen binding SB-IMPL::X"}
{"macro_name":"DEFNODE","library":"c-mera","call_form":"(defnode 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFNODE:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 1"}
{"macro_name":"DEFINE-READER","library":"c-mera","call_form":"(define-reader)","expanded":"(progn\n (defun nil (file &key (debug nil))\n \"Read c-mera source file and return AST\"\n (let ((asts nil) (*readtable* (copy-readtable nil)))\n (setf (readtable-case *readtable*) :invert)\n (with-open-file (in file)\n (loop for s-expr = (read in nil nil nil)\n while s-expr\n do (let* ((s-expr (eval s-expr))\n (evaluated\n (if (listp s-expr)\n s-expr\n (list s-expr))))\n (when (typep (car evaluated) 'node)\n (setf asts (append asts evaluated))))))\n (nodelist asts)))\n (defun nil (str)\n \"Rread c-mera source string and return AST\"\n (let ((asts nil) (*readtable* (copy-readtable nil)))\n (setf (readtable-case *readtable*) :invert)\n (let* ((s-expr (eval (read-from-string str)))\n (evaluated\n (if (listp s-expr)\n s-expr\n (list s-expr))))\n (when (typep (car evaluated) 'node) (setf asts evaluated)))\n (nodelist asts))))","status":"verified"}
{"macro_name":"DEFINE-READER","library":"c-mera","call_form":"(define-reader nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-READER DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"DEFINE-READER","library":"c-mera","call_form":"(define-reader nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-READER DEFMACRO:\n unknown keyword: NIL; expected one of :FILE-READER, :STRING-READER, :MACRO-CHARACTER"}
{"macro_name":"DEFINE-READER","library":"c-mera","call_form":"(define-reader nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-READER DEFMACRO:\n unknown keyword: NIL; expected one of :FILE-READER, :STRING-READER, :MACRO-CHARACTER"}
{"macro_name":"DEFINE-READER","library":"c-mera","call_form":"(define-reader nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-READER DEFMACRO:\n odd number of elements in keyword/value list: (NIL :KEY NIL)"}
{"macro_name":"DEFINE-READER","library":"c-mera","call_form":"(define-reader 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-READER DEFMACRO:\n odd number of elements in keyword/value list: ('LOL-GEN::SOME-NAME)"}
{"macro_name":"CHARACTER-LITERAL","library":"c-mera","call_form":"(character-literal)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CHARACTER-LITERAL:\n too few elements in\n ()\n to satisfy lambda list\n (CHARACTER):\n exactly 1 expected, but got 0"}
{"macro_name":"CHARACTER-LITERAL","library":"c-mera","call_form":"(character-literal nil)","expanded":"(make-instance 'character-literal :character nil :values '(character) :subnodes\n 'nil)","status":"verified"}
{"macro_name":"CHARACTER-LITERAL","library":"c-mera","call_form":"(character-literal nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CHARACTER-LITERAL:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (CHARACTER):\n exactly 1 expected, but got 2"}
{"macro_name":"CHARACTER-LITERAL","library":"c-mera","call_form":"(character-literal nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CHARACTER-LITERAL:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (CHARACTER):\n exactly 1 expected, but got 2"}
{"macro_name":"CHARACTER-LITERAL","library":"c-mera","call_form":"(character-literal nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CHARACTER-LITERAL:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (CHARACTER):\n exactly 1 expected, but got 3"}
{"macro_name":"CHARACTER-LITERAL","library":"c-mera","call_form":"(character-literal 'lol-gen::some-name)","expanded":"(make-instance 'character-literal :character 'lol-gen::some-name :values\n '(character) :subnodes 'nil)","status":"verified"}
{"macro_name":"DEFSTATEMENT","library":"c-mera","call_form":"(defstatement)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSTATEMENT:\n too few elements in\n ()\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 0"}
{"macro_name":"DEFSTATEMENT","library":"c-mera","call_form":"(defstatement nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSTATEMENT:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 1"}
{"macro_name":"DEFSTATEMENT","library":"c-mera","call_form":"(defstatement nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSTATEMENT:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 2"}
{"macro_name":"DEFSTATEMENT","library":"c-mera","call_form":"(defstatement nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSTATEMENT:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 2"}
{"macro_name":"DEFSTATEMENT","library":"c-mera","call_form":"(defstatement nil :key nil)","expanded":"","status":"expansion-error","error":"The value\n :KEY\nis not of type\n LIST\nwhen binding SB-IMPL::X"}
{"macro_name":"DEFSTATEMENT","library":"c-mera","call_form":"(defstatement 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSTATEMENT:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NAME VALUES SUBNODES):\n exactly 3 expected, but got 1"}
{"macro_name":"PROXY","library":"c-mera","call_form":"(proxy)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PROXY:\n too few elements in\n ()\n to satisfy lambda list\n (INFO PROXY-SUBNODE):\n exactly 2 expected, but got 0"}
{"macro_name":"PROXY","library":"c-mera","call_form":"(proxy nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PROXY:\n too few elements in\n (NIL)\n to satisfy lambda list\n (INFO PROXY-SUBNODE):\n exactly 2 expected, but got 1"}
{"macro_name":"PROXY","library":"c-mera","call_form":"(proxy nil nil)","expanded":"(make-instance 'proxy :info nil :proxy-subnode nil :values '(info) :subnodes\n '(proxy-subnode))","status":"verified"}
{"macro_name":"PROXY","library":"c-mera","call_form":"(proxy nil (progn))","expanded":"(make-instance 'proxy :info nil :proxy-subnode (progn) :values '(info)\n :subnodes '(proxy-subnode))","status":"verified"}
{"macro_name":"PROXY","library":"c-mera","call_form":"(proxy nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PROXY:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (INFO PROXY-SUBNODE):\n exactly 2 expected, but got 3"}
{"macro_name":"PROXY","library":"c-mera","call_form":"(proxy 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO PROXY:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (INFO PROXY-SUBNODE):\n exactly 2 expected, but got 1"}
{"macro_name":"DEFINE-SWITCH","library":"c-mera","call_form":"(define-switch)","expanded":"(defun nil (&key (debug nil))\n (cond\n ((eql *c-mera-reader* 'cl) (setf *c-mera-reader* 'cm)\n (setf (readtable-case *readtable*) :invert))\n ((eql *c-mera-reader* 'cm) (setf *c-mera-reader* 'cl)\n (setf *readtable* *readtable-backup*))\n (t (error \"Unknown c-mera reader status: ~a\" *c-mera-reader*))))","status":"verified"}
{"macro_name":"DEFINE-SWITCH","library":"c-mera","call_form":"(define-switch nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCH DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"DEFINE-SWITCH","library":"c-mera","call_form":"(define-switch nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCH DEFMACRO:\n unknown keyword: NIL; expected one of :NAME, :MACRO-CHARACTER"}
{"macro_name":"DEFINE-SWITCH","library":"c-mera","call_form":"(define-switch nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCH DEFMACRO:\n unknown keyword: NIL; expected one of :NAME, :MACRO-CHARACTER"}
{"macro_name":"DEFINE-SWITCH","library":"c-mera","call_form":"(define-switch nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCH DEFMACRO:\n odd number of elements in keyword/value list: (NIL :KEY NIL)"}
{"macro_name":"DEFINE-SWITCH","library":"c-mera","call_form":"(define-switch 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFINE-SWITCH DEFMACRO:\n odd number of elements in keyword/value list: ('LOL-GEN::SOME-NAME)"}
{"macro_name":"MAKE-NODE","library":"c-mera","call_form":"(make-node)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-NODE:\n too few elements in\n ()\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 0"}
{"macro_name":"MAKE-NODE","library":"c-mera","call_form":"(make-node nil)","expanded":"(make-node-function (quoty nil))","status":"verified"}
{"macro_name":"MAKE-NODE","library":"c-mera","call_form":"(make-node nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-NODE:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 2"}
{"macro_name":"MAKE-NODE","library":"c-mera","call_form":"(make-node nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-NODE:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 2"}
{"macro_name":"MAKE-NODE","library":"c-mera","call_form":"(make-node nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-NODE:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (ITEM):\n exactly 1 expected, but got 3"}
{"macro_name":"MAKE-NODE","library":"c-mera","call_form":"(make-node 'lol-gen::some-name)","expanded":"(make-node-function (quoty 'lol-gen::some-name))","status":"verified"}
{"macro_name":"STRING-LITERAL","library":"c-mera","call_form":"(string-literal)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO STRING-LITERAL:\n too few elements in\n ()\n to satisfy lambda list\n (STRING):\n exactly 1 expected, but got 0"}
{"macro_name":"STRING-LITERAL","library":"c-mera","call_form":"(string-literal nil)","expanded":"(make-instance 'string-literal :string nil :values '(string) :subnodes 'nil)","status":"verified"}
{"macro_name":"STRING-LITERAL","library":"c-mera","call_form":"(string-literal nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO STRING-LITERAL:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (STRING):\n exactly 1 expected, but got 2"}
{"macro_name":"STRING-LITERAL","library":"c-mera","call_form":"(string-literal nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO STRING-LITERAL:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (STRING):\n exactly 1 expected, but got 2"}
{"macro_name":"STRING-LITERAL","library":"c-mera","call_form":"(string-literal nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO STRING-LITERAL:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (STRING):\n exactly 1 expected, but got 3"}
{"macro_name":"STRING-LITERAL","library":"c-mera","call_form":"(string-literal 'lol-gen::some-name)","expanded":"(make-instance 'string-literal :string 'lol-gen::some-name :values '(string)\n :subnodes 'nil)","status":"verified"}
{"macro_name":"DEFPROXY","library":"c-mera","call_form":"(defproxy)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXY:\n too few elements in\n ()\n to satisfy lambda list\n (NAME):\n exactly 1 expected, but got 0"}
{"macro_name":"DEFPROXY","library":"c-mera","call_form":"(defproxy nil)","expanded":"(progn\n (|DEFCLASS#| nil (proxy) (values subnodes parent))\n (|MAKE-INSTANCE#| nil nil nil))","status":"verified"}
{"macro_name":"DEFPROXY","library":"c-mera","call_form":"(defproxy nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXY:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (NAME):\n exactly 1 expected, but got 2"}
{"macro_name":"DEFPROXY","library":"c-mera","call_form":"(defproxy nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXY:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NAME):\n exactly 1 expected, but got 2"}
{"macro_name":"DEFPROXY","library":"c-mera","call_form":"(defproxy nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXY:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (NAME):\n exactly 1 expected, but got 3"}
{"macro_name":"DEFPROXY","library":"c-mera","call_form":"(defproxy 'lol-gen::some-name)","expanded":"(progn\n (|DEFCLASS#| 'lol-gen::some-name (proxy) (values subnodes parent))\n (|MAKE-INSTANCE#| 'lol-gen::some-name nil nil))","status":"verified"}
{"macro_name":"DEFPROXYMETHOD","library":"c-mera","call_form":"(defproxymethod)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYMETHOD:\n too few elements in\n ()\n to satisfy lambda list\n (QUALIFIER CLASS PROXY-NODE &BODY BODY):\n at least 3 expected, but got 0"}
{"macro_name":"DEFPROXYMETHOD","library":"c-mera","call_form":"(defproxymethod nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYMETHOD:\n too few elements in\n (NIL)\n to satisfy lambda list\n (QUALIFIER CLASS PROXY-NODE &BODY BODY):\n at least 3 expected, but got 1"}
{"macro_name":"DEFPROXYMETHOD","library":"c-mera","call_form":"(defproxymethod nil\n nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYMETHOD:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (QUALIFIER CLASS PROXY-NODE &BODY BODY):\n at least 3 expected, but got 2"}
{"macro_name":"DEFPROXYMETHOD","library":"c-mera","call_form":"(defproxymethod nil\n (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYMETHOD:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (QUALIFIER CLASS PROXY-NODE &BODY BODY):\n at least 3 expected, but got 2"}
{"macro_name":"DEFPROXYMETHOD","library":"c-mera","call_form":"(defproxymethod nil\n :key\n nil)","expanded":"(defmethod traverser nil (:key (item nil) level)\n (declare (ignorable level))\n (with-slots (values subnodes parent)\n item))","status":"verified"}
{"macro_name":"DEFPROXYMETHOD","library":"c-mera","call_form":"(defproxymethod 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFPROXYMETHOD:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (QUALIFIER CLASS PROXY-NODE &BODY BODY):\n at least 3 expected, but got 1"}
{"macro_name":"EMPTY","library":"c-mera","call_form":"(empty)","expanded":"(make-instance 'empty :values 'nil :subnodes 'nil)","status":"verified"}
{"macro_name":"EMPTY","library":"c-mera","call_form":"(empty nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EMPTY:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"}
{"macro_name":"EMPTY","library":"c-mera","call_form":"(empty nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EMPTY:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"}
{"macro_name":"EMPTY","library":"c-mera","call_form":"(empty nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EMPTY:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"}
{"macro_name":"EMPTY","library":"c-mera","call_form":"(empty nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EMPTY:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 3"}
{"macro_name":"EMPTY","library":"c-mera","call_form":"(empty 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO EMPTY:\n too many elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"}
{"macro_name":"WITH-PP","library":"c-mera","call_form":"(with-pp)","expanded":"(symbol-macrolet ((stream (get-stream-generic pp))\n (indent (get-indent-generic pp))\n (--indent (dec-indent-generic pp))\n (++indent (inc-indent-generic pp)))\n (macrolet ((push-sign (x) `(push-sign-generic pp ,x))\n (pop-sign nil `(pop-sign-generic pp))\n (top-sign nil `(top-sign-generic pp))\n (find-sign (x) `(find-sign-generic pp ,x))\n (push-info (x) `(push-info-generic pp ,x))\n (pop-info nil `(pop-info-generic pp))\n (top-info nil `(top-info-generic pp))\n (find-info (x) `(find-info-generic pp ,x))\n (info-size nil `(info-size-generic pp))\n (node-slot (x) `(slot-value item ',x)))))","status":"verified"}
{"macro_name":"WITH-PP","library":"c-mera","call_form":"(with-pp\n nil)","expanded":"(symbol-macrolet ((stream (get-stream-generic pp))\n (indent (get-indent-generic pp))\n (--indent (dec-indent-generic pp))\n (++indent (inc-indent-generic pp)))\n (macrolet ((push-sign (x)\n `(push-sign-generic pp ,x))\n (pop-sign ()\n `(pop-sign-generic pp))\n (top-sign ()\n `(top-sign-generic pp))\n (find-sign (x)\n `(find-sign-generic pp ,x))\n (push-info (x)\n `(push-info-generic pp ,x))\n (pop-info ()\n `(pop-info-generic pp))\n (top-info ()\n `(top-info-generic pp))\n (find-info (x)\n `(find-info-generic pp ,x))\n (info-size ()\n `(info-size-generic pp))\n (node-slot (x)\n `(slot-value item ',x)))\n nil))","status":"verified"}
{"macro_name":"WITH-PP","library":"c-mera","call_form":"(with-pp\n nil\n nil)","expanded":"(symbol-macrolet ((stream (get-stream-generic pp))\n (indent (get-indent-generic pp))\n (--indent (dec-indent-generic pp))\n (++indent (inc-indent-generic pp)))\n (macrolet ((push-sign (x)\n `(push-sign-generic pp ,x))\n (pop-sign ()\n `(pop-sign-generic pp))\n (top-sign ()\n `(top-sign-generic pp))\n (find-sign (x)\n `(find-sign-generic pp ,x))\n (push-info (x)\n `(push-info-generic pp ,x))\n (pop-info ()\n `(pop-info-generic pp))\n (top-info ()\n `(top-info-generic pp))\n (find-info (x)\n `(find-info-generic pp ,x))\n (info-size ()\n `(info-size-generic pp))\n (node-slot (x)\n `(slot-value item ',x)))\n nil\n nil))","status":"verified"}
{"macro_name":"WITH-PP","library":"c-mera","call_form":"(with-pp\n nil\n (progn))","expanded":"(symbol-macrolet ((stream (get-stream-generic pp))\n (indent (get-indent-generic pp))\n (--indent (dec-indent-generic pp))\n (++indent (inc-indent-generic pp)))\n (macrolet ((push-sign (x)\n `(push-sign-generic pp ,x))\n (pop-sign ()\n `(pop-sign-generic pp))\n (top-sign ()\n `(top-sign-generic pp))\n (find-sign (x)\n `(find-sign-generic pp ,x))\n (push-info (x)\n `(push-info-generic pp ,x))\n (pop-info ()\n `(pop-info-generic pp))\n (top-info ()\n `(top-info-generic pp))\n (find-info (x)\n `(find-info-generic pp ,x))\n (info-size ()\n `(info-size-generic pp))\n (node-slot (x)\n `(slot-value item ',x)))\n nil\n (progn)))","status":"verified"}
{"macro_name":"WITH-PP","library":"c-mera","call_form":"(with-pp\n nil\n :key\n nil)","expanded":"(symbol-macrolet ((stream (get-stream-generic pp))\n (indent (get-indent-generic pp))\n (--indent (dec-indent-generic pp))\n (++indent (inc-indent-generic pp)))\n (macrolet ((push-sign (x)\n `(push-sign-generic pp ,x))\n (pop-sign ()\n `(pop-sign-generic pp))\n (top-sign ()\n `(top-sign-generic pp))\n (find-sign (x)\n `(find-sign-generic pp ,x))\n (push-info (x)\n `(push-info-generic pp ,x))\n (pop-info ()\n `(pop-info-generic pp))\n (top-info ()\n `(top-info-generic pp))\n (find-info (x)\n `(find-info-generic pp ,x))\n (info-size ()\n `(info-size-generic pp))\n (node-slot (x)\n `(slot-value item ',x)))\n nil\n :key\n nil))","status":"verified"}
{"macro_name":"WITH-PP","library":"c-mera","call_form":"(with-pp\n 'lol-gen::some-name)","expanded":"(symbol-macrolet ((stream (get-stream-generic pp))\n (indent (get-indent-generic pp))\n (--indent (dec-indent-generic pp))\n (++indent (inc-indent-generic pp)))\n (macrolet ((push-sign (x)\n `(push-sign-generic pp ,x))\n (pop-sign ()\n `(pop-sign-generic pp))\n (top-sign ()\n `(top-sign-generic pp))\n (find-sign (x)\n `(find-sign-generic pp ,x))\n (push-info (x)\n `(push-info-generic pp ,x))\n (pop-info ()\n `(pop-info-generic pp))\n (top-info ()\n `(top-info-generic pp))\n (find-info (x)\n `(find-info-generic pp ,x))\n (info-size ()\n `(info-size-generic pp))\n (node-slot (x)\n `(slot-value item ',x)))\n 'lol-gen::some-name))","status":"verified"}
{"macro_name":"NUMBER-LITERAL","library":"c-mera","call_form":"(number-literal)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NUMBER-LITERAL:\n too few elements in\n ()\n to satisfy lambda list\n (NUMBER):\n exactly 1 expected, but got 0"}
{"macro_name":"NUMBER-LITERAL","library":"c-mera","call_form":"(number-literal nil)","expanded":"(make-instance 'number-literal :number nil :values '(number) :subnodes 'nil)","status":"verified"}
{"macro_name":"NUMBER-LITERAL","library":"c-mera","call_form":"(number-literal nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NUMBER-LITERAL:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (NUMBER):\n exactly 1 expected, but got 2"}
{"macro_name":"NUMBER-LITERAL","library":"c-mera","call_form":"(number-literal nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NUMBER-LITERAL:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NUMBER):\n exactly 1 expected, but got 2"}
{"macro_name":"NUMBER-LITERAL","library":"c-mera","call_form":"(number-literal nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NUMBER-LITERAL:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (NUMBER):\n exactly 1 expected, but got 3"}
{"macro_name":"NUMBER-LITERAL","library":"c-mera","call_form":"(number-literal 'lol-gen::some-name)","expanded":"(make-instance 'number-literal :number 'lol-gen::some-name :values '(number)\n :subnodes 'nil)","status":"verified"}
{"macro_name":"MAKE-NODELIST","library":"c-mera","call_form":"(make-nodelist)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO MAKE-NODELIST:\n too few elements in\n ()\n to satisfy lambda list\n (ITEMS &KEY (PREPEND) (QUOTY)):\n at least 1 expected, but got 0"}
{"macro_name":"MAKE-NODELIST","library":"c-mera","call_form":"(make-nodelist nil)","expanded":"(nodelist (list))","status":"verified"}
{"macro_name":"MAKE-NODELIST","library":"c-mera","call_form":"(make-nodelist nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to MAKE-NODELIST DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"MAKE-NODELIST","library":"c-mera","call_form":"(make-nodelist nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to MAKE-NODELIST DEFMACRO:\n odd number of elements in keyword/value list: ((PROGN))"}
{"macro_name":"MAKE-NODELIST","library":"c-mera","call_form":"(make-nodelist nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to MAKE-NODELIST DEFMACRO:\n unknown keyword: :KEY; expected one of :PREPEND, :QUOTY"}
{"macro_name":"MAKE-NODELIST","library":"c-mera","call_form":"(make-nodelist 'lol-gen::some-name)","expanded":"(nodelist\n (list (make-node-function (quoty quote))\n (make-node-function (quoty lol-gen::some-name))))","status":"verified"}
{"macro_name":"SAVE-GENERATOR","library":"c-mera","call_form":"(save-generator)","expanded":"(defun nil (name)\n (labels ((dump-start ()\n (in-package nil)\n (setf (readtable-case *readtable*) :invert)\n (nil sb-ext:*posix-argv*)))\n (net.didierverna.clon:dump name dump-start)))","status":"verified"}
{"macro_name":"SAVE-GENERATOR","library":"c-mera","call_form":"(save-generator nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to SAVE-GENERATOR DEFMACRO:\n odd number of elements in keyword/value list: (NIL)"}
{"macro_name":"SAVE-GENERATOR","library":"c-mera","call_form":"(save-generator nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to SAVE-GENERATOR DEFMACRO:\n unknown keyword: NIL; expected one of :NAME, :START-FUNCTION, :IN-PACKAGE"}
{"macro_name":"SAVE-GENERATOR","library":"c-mera","call_form":"(save-generator nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to SAVE-GENERATOR DEFMACRO:\n unknown keyword: NIL; expected one of :NAME, :START-FUNCTION, :IN-PACKAGE"}
{"macro_name":"SAVE-GENERATOR","library":"c-mera","call_form":"(save-generator nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to SAVE-GENERATOR DEFMACRO:\n odd number of elements in keyword/value list: (NIL :KEY NIL)"}
{"macro_name":"SAVE-GENERATOR","library":"c-mera","call_form":"(save-generator 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to SAVE-GENERATOR DEFMACRO:\n odd number of elements in keyword/value list: ('LOL-GEN::SOME-NAME)"}
{"macro_name":"ENSURE-LIST","library":"c-mera","call_form":"(ensure-list)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENSURE-LIST:\n too few elements in\n ()\n to satisfy lambda list\n (ITEM &BODY BODY):\n at least 1 expected, but got 0"}
{"macro_name":"ENSURE-LIST","library":"c-mera","call_form":"(ensure-list nil)","expanded":"(let ((nil\n (if (listp nil)\n nil\n '(nil)))))","status":"verified"}
{"macro_name":"ENSURE-LIST","library":"c-mera","call_form":"(ensure-list nil\n nil)","expanded":"(let ((nil\n (if (listp nil)\n nil\n '(nil))))\n nil)","status":"verified"}
{"macro_name":"ENSURE-LIST","library":"c-mera","call_form":"(ensure-list nil\n (progn))","expanded":"(let ((nil\n (if (listp nil)\n nil\n '(nil))))\n (progn))","status":"verified"}
{"macro_name":"ENSURE-LIST","library":"c-mera","call_form":"(ensure-list nil\n :key\n nil)","expanded":"(let ((nil\n (if (listp nil)\n nil\n '(nil))))\n :key\n nil)","status":"verified"}
{"macro_name":"ENSURE-LIST","library":"c-mera","call_form":"(ensure-list 'lol-gen::some-name)","expanded":"(let (('lol-gen::some-name\n (if (listp 'lol-gen::some-name)\n 'lol-gen::some-name\n '('lol-gen::some-name)))))","status":"verified"}
{"macro_name":"DEFSYNTAX","library":"c-mera","call_form":"(defsyntax)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNTAX:\n too few elements in\n ()\n to satisfy lambda list\n (TAGS PACKAGES LAMBDA-LIST &BODY BODY):\n at least 3 expected, but got 0"}
{"macro_name":"DEFSYNTAX","library":"c-mera","call_form":"(defsyntax nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNTAX:\n too few elements in\n (NIL)\n to satisfy lambda list\n (TAGS PACKAGES LAMBDA-LIST &BODY BODY):\n at least 3 expected, but got 1"}
{"macro_name":"DEFSYNTAX","library":"c-mera","call_form":"(defsyntax nil\n nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNTAX:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (TAGS PACKAGES LAMBDA-LIST &BODY BODY):\n at least 3 expected, but got 2"}
{"macro_name":"DEFSYNTAX","library":"c-mera","call_form":"(defsyntax nil\n (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNTAX:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (TAGS PACKAGES LAMBDA-LIST &BODY BODY):\n at least 3 expected, but got 2"}
{"macro_name":"DEFSYNTAX","library":"c-mera","call_form":"(defsyntax nil\n :key\n nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"DEFSYNTAX","library":"c-mera","call_form":"(defsyntax 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFSYNTAX:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (TAGS PACKAGES LAMBDA-LIST &BODY BODY):\n at least 3 expected, but got 1"}
{"macro_name":"NODELIST","library":"c-mera","call_form":"(nodelist)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NODELIST:\n too few elements in\n ()\n to satisfy lambda list\n (NODES):\n exactly 1 expected, but got 0"}
{"macro_name":"NODELIST","library":"c-mera","call_form":"(nodelist nil)","expanded":"(make-instance 'nodelist :nodes nil :values 'nil :subnodes '(nodes))","status":"verified"}
{"macro_name":"NODELIST","library":"c-mera","call_form":"(nodelist nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NODELIST:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n (NODES):\n exactly 1 expected, but got 2"}
{"macro_name":"NODELIST","library":"c-mera","call_form":"(nodelist nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NODELIST:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NODES):\n exactly 1 expected, but got 2"}
{"macro_name":"NODELIST","library":"c-mera","call_form":"(nodelist nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO NODELIST:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (NODES):\n exactly 1 expected, but got 3"}
{"macro_name":"NODELIST","library":"c-mera","call_form":"(nodelist 'lol-gen::some-name)","expanded":"(make-instance 'nodelist :nodes 'lol-gen::some-name :values 'nil :subnodes\n '(nodes))","status":"verified"}