chiark / gitweb /
doc/refintro.tex: Introduction to reference section.
[sod] / doc / sod.tex
CommitLineData
1f7d590d
MW
1%%% -*-latex-*-
2%%%
3%%% Description of the internal class structure and protocol
4%%%
5%%% (c) 2009 Straylight/Edgeware
6%%%
7
8%%%----- Licensing notice ---------------------------------------------------
9%%%
10%%% This file is part of the Simple Object Definition system.
11%%%
12%%% SOD is free software; you can redistribute it and/or modify
13%%% it under the terms of the GNU General Public License as published by
14%%% the Free Software Foundation; either version 2 of the License, or
15%%% (at your option) any later version.
16%%%
17%%% SOD is distributed in the hope that it will be useful,
18%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
19%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20%%% GNU General Public License for more details.
21%%%
22%%% You should have received a copy of the GNU General Public License
23%%% along with SOD; if not, write to the Free Software Foundation,
24%%% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
b18dfd74 26\documentclass[noarticle, titlepage]{strayman}
1f1d88f5 27
1f7d590d
MW
28\errorcontextlines=999
29
1f1d88f5
MW
30\usepackage[T1]{fontenc}
31\usepackage[utf8]{inputenc}
32\usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts}
b59108e2
MW
33\usepackage{makeidx}
34\usepackage
35 [columns=2, itemlayout=singlepar, justific=raggedright,
36 totoc=true, font=small]
37 {idxlayout}
fca95fc1 38\usepackage{tikz}
1f1d88f5
MW
39\usepackage{syntax}
40\usepackage{sverb}
dea4d055 41\usepackage{mdwtab}
fca95fc1
MW
42\usepackage[mdwmargin]{mdwthm}
43\usepackage{amssymb}
dea4d055 44\usepackage{footnote}
1f1d88f5
MW
45\usepackage{at}
46\usepackage{mdwref}
47
1f7d590d
MW
48\usepackage{sod}
49
ddfe4265
MW
50\makeindex
51
1f1d88f5
MW
52\title{A Sensible Object Design for C}
53\author{Mark Wooding}
54
1f1d88f5
MW
55\begin{document}
56
43cb10f9 57\frontmatter
1f1d88f5
MW
58\maketitle
59
1f1d88f5 60%%%--------------------------------------------------------------------------
1f1d88f5 61
1f7d590d 62\tableofcontents
1f1d88f5 63
1f7d590d 64\mainmatter
1f1d88f5
MW
65
66%%%--------------------------------------------------------------------------
1f7d590d 67\part{Tutorial} \label{p:tut}
1f1d88f5 68
1f7d590d 69\include{tutorial}
1f1d88f5
MW
70
71%%%--------------------------------------------------------------------------
1f7d590d 72\part{Reference} \label{p:ref}
1f1d88f5 73
7292d6e1 74\include{refintro}
1f7d590d
MW
75\include{concepts}
76\include{cmdline}
77\include{syntax}
1f7d590d 78\include{runtime}
45e10a4f 79\include{structures}
fca95fc1
MW
80
81%%%--------------------------------------------------------------------------
1f7d590d
MW
82\part{Lisp interface} \label{p:lisp}
83
84\include{lispintro}
85%% package.lisp
86%% sod.asd.in
87%% sod-frontend.asd.in
88%% auto.lisp.in
89
90\include{misc}
5ea92e79 91%% utilities.lisp
1f7d590d
MW
92%% pset-impl.lisp
93%% pset-parse.lisp
94%% pset-proto.lisp
1f7d590d
MW
95%% optparse.lisp
96%% frontend.lisp
97%% final.lisp
98
99\include{parsing}
100%% package.lisp
101%% floc-impl.lisp
102%% floc-proto.lisp
103%% streams-impl.lisp
104%% streams-proto.lisp
105%% scanner-context-impl.lisp
106%% scanner-impl.lisp
107%% scanner-proto.lisp
108%% scanner-token-impl.lisp
109%% scanner-charbuf-impl.lisp
110%% parser-impl.lisp
111%% parser-proto.lisp
112%% parser-expr-impl.lisp
113%% parser-expr-proto.lisp
5ea92e79
MW
114%% lexer-impl.lisp
115%% lexer-proto.lisp
1f7d590d
MW
116
117\include{clang}
118%% c-types-class-impl.lisp
119%% c-types-impl.lisp
120%% c-types-parse.lisp
121%% c-types-proto.lisp
122%% codegen-impl.lisp
123%% codegen-proto.lisp
124%% fragment-parse.lisp
125
126\include{meta}
127%% classes.lisp
128%% class-utilities.lisp
129%% class-make-impl.lisp
130%% class-make-proto.lisp
131%% class-finalize-impl.lisp
132%% class-finalize-proto.lisp
133
134\include{layout}
135%% class-layout-impl.lisp
136%% class-layout-proto.lisp
137%% method-impl.lisp
138%% method-proto.lisp
139%% method-aggregate.lisp
140
141\include{module}
142%% module-impl.lisp
143%% module-parse.lisp
144%% module-proto.lisp
145%% builtin.lisp
146
147\include{output}
148%% output-impl.lisp
149%% output-proto.lisp
150%% class-output.lisp
151%% module-output.lisp
fca95fc1
MW
152
153%%%--------------------------------------------------------------------------
1f7d590d
MW
154\part{Appendices}
155\appendix
1f1d88f5 156
1f7d590d 157\include{cutting-room-floor}
1f1d88f5 158
ddfe4265
MW
159%%%--------------------------------------------------------------------------
160\backmatter
161
b59108e2 162\printindex
ddfe4265 163
1f7d590d 164%%%----- That's all, folks --------------------------------------------------
1f1d88f5 165\end{document}
1f7d590d 166
1f1d88f5
MW
167%%% Local variables:
168%%% mode: LaTeX
169%%% TeX-PDF-mode: t
170%%% End: