Language

Package: sbcl-parse-declarations @ 1.0.0

Synopsis

Parse, filter, and build declarations

Description

Parse-Declarations is a Common Lisp library to help writing macros which establish bindings. To be semantically correct, such macros must take user declarations into account, as these may affect the bindings they establish. Yet the ANSI standard of Common Lisp does not provide any operators to work with declarations in a convenient, high-level way. This library provides such operators.

Home page
https://common-lisp.net/project/parse-declarations/
Location
gnu/packages/lisp-xyz.scm (line: 4940, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings