blob: 02600d0dbcbe603fdf89feda5e254f85ff7baa61 (
plain) (
blame)
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
98
99
100
101
102
103
104
105
106
107
108
|
\input texinfo
@setfilename aplwc.info
@documentencoding UTF-8
@include version.texi
@settitle Aplwc @value{VERSION}
@xrefautomaticsectiontitle on
@finalout
@copying
This manual (published @value{UPDATED}) is for aplwc (version @value{VERSION}). Both the aplwc program and library are covered.
Copyright @copyright{} 2026 Peter Mikkelsen.
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
@end quotation
@end copying
@dircategory Software development
@direntry
* Aplwc: (aplwc). A Programming Language With Constraints
@end direntry
@titlepage
@title Aplwc
@subtitle A Programming Language With Constraints
@subtitle @value{UPDATED}, Aplwc Version @value{VERSION}
@author by Peter Mikkelsen
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top Aplwc
@insertcopying
@end ifnottex
@menu
* Introduction:: What Aplwc is.
* Copying:: The GNU General Public License says how you can copy and share Aplwc.
* Tutorial::
* @command{aplwc} invocation::
Appendices
* Changes since previous release::
* GNU Free Documentation License::
@detailmenu
--- The Detailed Node Listing ---
Introduction
* Contents:: What this document contains
@end detailmenu
@end menu
@node Introduction
@unnumbered Introduction
@cindex introduction
Intro chapter
@node Contents
@section What this document contains
@node Copying
@unnumbered GNU GENERAL PUBLIC LICENSE
@include gpl-3.0.texi
@node Tutorial
@chapter Tutorial
Tutorial goes here
@node @command{aplwc} invocation
@chapter @command{aplwc} invocation
just run it
@node Changes since previous release
@chapter Changes since previous release
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include fdl.texi
@node Bibliography
@unnumbered Bibliography
@table @asis
@end table
@node Index of Terms
@unnumbered Index of Terms
@printindex cp
@bye
|