-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathincrementalist.texi
72 lines (49 loc) · 1.32 KB
/
incrementalist.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
\input texinfo
@include macros.texi
@include generated-version.texi
@documentencoding UTF-8
@documentlanguage en
@syncodeindex vr fn
@syncodeindex tp fn
@paragraphindent 0
@setfilename incrementalist
@settitle @sysname{} User's Manual
@c subtitle Incremental parsing of Common Lisp code.
@copying
Copyright @copyright{} 2013 Robert Strandh
Copyright @copyright{} 2024 Jan Moringen
@end copying
@dircategory Common Lisp
@direntry
* Incrementalist User's Manual: (incrementalist). An incremental @commonlisp{} parsing library.
@end direntry
@titlepage
@title @sysname{} User's Manual
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top @sysname{} User's Manual
This manual is for @sysname{} version @sysversion{}.
@end ifnottex
@menu
* Introduction::
* Representation of the Editor Buffer::
* Parsing using the @commonlisp{} Reader::
* Incremental Parsing::
* Concept index::
* Function and macro and variable and type index::
@end menu
@include chapter-intro.texi
@include chapter-buffer-representation.texi
@include chapter-reader.texi
@include chapter-incremental-parsing.texi
@node Concept index
@unnumbered Concept index
@printindex cp
@node Function and macro and variable and type index
@unnumbered Function and macro and variable and type index
@printindex fn
@c TODO @include chapter-changelog.texi
@bye