All Manuals > LispWorks User Guide and Reference Manual > 36 The DSPEC Package

NextPrevUpTopContentsIndex

get-form-parser

Function
Summary

Returns the form parser associated with a definer.

Package

dspec

Signature

get-form-parser definer => parser

Arguments

definer

A symbol naming a definer.

Values

parser

A form parser function, or nil.

Description

The function get-form-parser returns a form parser function if there is one associated with definer.

This is the case for predefined definers and for those for which you have established a form parser using define-form-parser.

If there is no associated form parser, nil is returned.

Example
CL-USER 1 > dspec:get-form-parser 'defun
DSPEC:NAME-ONLY-FORM-PARSER
See also

define-form-parser
parse-form-dspec


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex