summaryrefslogtreecommitdiff
path: root/Lisp/internal-reader-syntax.lisp
Commit message (Expand)AuthorAgeFilesLines
* Add a simple example use case for the type declaration reader macro.Matthias Benkard2008-03-131-0/+15
* Internal type declaration reader macro: Insert THE and DECLARE forms as appro...Matthias Benkard2008-03-131-10/+30
* Make use of the fact that readtables are file-local.Matthias Benkard2008-03-131-0/+6
* Internal type declaration reader macro: Add &REST NIL to the return type by d...Matthias Benkard2008-03-131-1/+5
* Internal type declaration reader macro: Generate correct declarations.Matthias Benkard2008-03-131-9/+16
* Add an internal reader macro for more readable type declarations.Matthias Benkard2008-03-131-0/+91