4 changed files with 16 additions and 1 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
;;;; parse-option.lisp |
||||
|
||||
(in-package :protest) |
||||
|
||||
(defun parse-option (form docstring) |
||||
;; TODO implement this |
||||
(declare (ignore form docstring))) |
||||
|
||||
(defun parse-category (form docstring) |
||||
;; TODO implement this |
||||
(declare (ignore form docstring))) |
Loading…
Reference in new issue