Specialize parse-tree method argument to suppress unused argument warning.
Closes #8
This commit is contained in:
@ -325,7 +325,7 @@ it. Will also
|
||||
(:documentation "Helper function for CONVERT-AUX which converts
|
||||
parse trees which are conses and dispatches on TOKEN which is the
|
||||
first element of the parse tree.")
|
||||
(:method ((token t) parse-tree &key)
|
||||
(:method ((token t) (parse-tree t) &key)
|
||||
(signal-syntax-error "Unknown token ~A in parse-tree." token)))
|
||||
|
||||
(defmethod convert-compound-parse-tree ((token (eql :sequence)) parse-tree &key)
|
||||
|
||||
Reference in New Issue
Block a user