This is the reader Reference Manual, version 0.10.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:33:29 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
reader
A utility library intended at providing configurable reader macros for
common tasks such as accessors, hash-tables, sets, uiop:run-program, arrays and a few others.
MIT
0.10.0
alexandria
(system).
fiveam
(system).
hash-set
(system).
iterate
(system).
split-sequence
(system).
trivial-types
(system).
uiop
(system).
reader.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
reader/reader.lisp
reader
(system).
*alists-are-lists*
(special variable).
*array-function*
(special variable).
*get-val-array-function*
(special variable).
*get-val-function*
(special variable).
*hash-table-function*
(special variable).
*plists-are-lists*
(special variable).
*set-function*
(special variable).
disable-reader-syntax
(macro).
enable-reader-syntax
(macro).
get-val
(generic function).
(setf get-val)
(method).
(setf get-val)
(method).
(setf get-val)
(method).
(setf get-val)
(method).
(setf get-val)
(method).
(setf get-val)
(method).
%enable-reader-syntax
(function).
*previous-readtables*
(special variable).
*reader-macro-activation-functions*
(special variable).
+reader-macro-doc+
(constant).
array-reader-macro
(function).
defmethods-with-setf
(macro).
describe-reader-macro
(function).
er
(function).
get-val-reader-macro
(function).
hash-table-reader-macro
(function).
list-to-hash-set-with-test
(function).
make-t-array-from-initial-contents
(function).
not-reader-macro
(function).
read-array
(function).
read-row-from-string
(function).
read-stream-as-string-until
(function).
read-stream-until
(function).
run-program-reader-macro
(function).
set-reader-macro
(function).
setp
(macro).
string-reader-macro
(function).
with-env
(macro).
with-reader-syntax
(macro).
Packages are listed by definition order.
reader
common-lisp
.
hash-set
.
iterate
.
split-sequence
.
*alists-are-lists*
(special variable).
*array-function*
(special variable).
*get-val-array-function*
(special variable).
*get-val-function*
(special variable).
*hash-table-function*
(special variable).
*plists-are-lists*
(special variable).
*set-function*
(special variable).
disable-reader-syntax
(macro).
enable-reader-syntax
(macro).
get-val
(generic function).
(setf get-val)
(generic function).
%enable-reader-syntax
(function).
*previous-readtables*
(special variable).
*reader-macro-activation-functions*
(special variable).
+reader-macro-doc+
(constant).
array-reader-macro
(function).
defmethods-with-setf
(macro).
describe-reader-macro
(function).
er
(function).
get-val-reader-macro
(function).
hash-table-reader-macro
(function).
list-to-hash-set-with-test
(function).
make-t-array-from-initial-contents
(function).
not-reader-macro
(function).
read-array
(function).
read-row-from-string
(function).
read-stream-as-string-until
(function).
read-stream-until
(function).
run-program-reader-macro
(function).
set-reader-macro
(function).
setp
(macro).
string-reader-macro
(function).
with-env
(macro).
with-reader-syntax
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
If T, ALISTS will not be treated specially by READER:GET-VAL method for lists.
A symbol bound (at read-time) to a function that takes INITIAL-CONTENTS
as its argument and returns the array. INITIAL-CONTENTS is a list of nested-lists.
A symbol bound (at read-time) to a function that takes
(ARRAY &REST SUBSCRIPTS)
as arguments and returns the corresponding value.
This is assumed to have a SETF defined.
This variable is significant if READER:*GET-VAL-FUNCTION* is bound to READER:GET-VAL.
A symbol bound (at read-time) to a function that takes
(OBJECT &REST KEY/S)
as arguments and returns the value corresponding to the KEY/S.
A symbol bound (at read-time) to a function that takes
(PLIST &KEY TEST)
as arguments and returns the hash-table.
If T, PLISTS will not be treated specially by READER:GET-VAL method for lists.
A symbol bound (at read-time) to a function that takes
(LIST &KEY TEST)
as arguments and returns the set.
READER-MACRO-IDENTIFIERS are any of the following symbols: GET-VAL, HASH-TABLE, NOT, STRING, DESCRIBE, ARRAY, SET, RUN-PROGRAM
array
) &rest key/s) ¶list
) &rest key/s) ¶standard-object
) &rest key/s) ¶structure-object
) &rest key/s) ¶sequence
) &rest key/s) ¶hash-table
) &rest key/s) ¶This macro is only made for use by read-and-eval functionality, and rather directed towards tests than users. So, do not export.
Jump to: | %
(
A D E F G H L M N R S W |
---|
Jump to: | %
(
A D E F G H L M N R S W |
---|
Jump to: | *
+
C S |
---|
Jump to: | *
+
C S |
---|
Jump to: | F P R S |
---|
Jump to: | F P R S |
---|