mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
19 lines
543 B
TeX
19 lines
543 B
TeX
\documentstyle[cmu-titlepage]{report} % -*- Dictionary: design -*-
|
|
\title{Design of CMU Common Lisp}
|
|
\author{Robert A. MacLachlan (ed)}
|
|
\trnumber{CMU-CS-91-???}
|
|
\abstract{This report documents internal details of the CMU Common Lisp
|
|
compiler and run-time system. CMU Common Lisp is a public domain
|
|
implementation of Common Lisp that runs on various Unix workstations.}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
\include{architecture}
|
|
\include{compiler}
|
|
\include{retargeting}
|
|
\include{run-time}
|
|
\appendix
|
|
\include{glossary}
|
|
\end{document}
|