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

NextPrevUpTopContentsIndex

single-form-with-options-form-parser

Function
Summary

A pre-defined form parser.

Package

dspec

Signature

single-form-with-options-form-parser top-level-form getter => dspec

Arguments

top-level-form

A top level defining form.

getter

The subform getter function.

Values

dspec

A dspec.

Description

The function single-form-with-options-form-parser is a predefined form parser for use with define-form-parser. The parser consumes one subform and returns a dspec made from the defining form and either the first element of the subform if it is a cons or the subform itself otherwise. This can be used in the common case where a defining form has a name with options that follows the defining macro and the dspec class is the same as the defining macro, for example defstruct .

single-form-with-options-form-parser is the predefined parser for defstruct , fli:define-foreign-function , fli:define-foreign-variable , fli:define-c-struct , fli:define-c-union , fli:define-c-enum and fli:define-c-typedef forms.

You can define it to be the parser for your defining forms. using define-form-parser.

See also

define-form-parser


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex