-
Notifications
You must be signed in to change notification settings - Fork 0
/
chap-0.texi
97 lines (87 loc) · 1.68 KB
/
chap-0.texi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename ansicl
@settitle ANSI Common Lisp
@paragraphindent 0
@exampleindent 0
@documentencoding UTF-8
@documentlanguage en
@defindex sy
@c %**end of header
@c healper macros defining document semantics
@include dp.texi
@dircategory Programming
@direntry
* ANSI Common Lisp: (ansicl). Draft ANSI Common Lisp standard (dpANS3R).
@end direntry
@titlepage
@sp 10
@comment The title is printed in a large font.
@center @titlefont{ANSI Common Lisp}
@end titlepage
@contents
@node Top
@top ANSI Common Lisp
This is a Texinfo version of the draft
ANSI Common Lisp standard.
@menu
* Credits::
* Introduction::
* Syntax::
* Evaluation and Compilation::
* Types and Classes::
* Data and Control Flow::
* Iteration::
* Objects::
* Structures::
* Conditions::
* Symbols::
* Packages::
* Numbers::
* Characters::
* Conses::
* Arrays::
* Strings::
* Sequences::
* Hash Tables::
* Filenames::
* Files::
* Streams::
* Printer::
* Reader::
* System Construction::
* Environment::
* Glossary::
* Appendix::
* Index::
* Symbol Index::
* List of Figures::
@end menu
@include chap-1.texi
@include chap-2.texi
@include chap-3.texi
@include chap-4.texi
@include chap-5.texi
@include chap-6.texi
@include chap-7.texi
@include chap-8.texi
@include chap-9.texi
@include chap-10.texi
@include chap-11.texi
@include chap-12.texi
@include chap-13.texi
@include chap-14.texi
@include chap-15.texi
@include chap-16.texi
@include chap-17.texi
@include chap-18.texi
@include chap-19.texi
@include chap-20.texi
@include chap-21.texi
@include chap-22.texi
@include chap-23.texi
@include chap-24.texi
@include chap-25.texi
@include chap-26.texi
@include chap-a.texi
@bye