diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-01 22:24:22 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-04 19:51:35 +0200 |
| commit | a809bc0f49ee4c6e777f39d1f80ee57862a0fcab (patch) | |
| tree | 5187dbd9b83205aac62d1f48252025b6e2d158a9 /doc/aplwc.texi | |
Initial import of the code into gitv0.1
Diffstat (limited to 'doc/aplwc.texi')
| -rw-r--r-- | doc/aplwc.texi | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/doc/aplwc.texi b/doc/aplwc.texi new file mode 100644 index 0000000..8734d87 --- /dev/null +++ b/doc/aplwc.texi @@ -0,0 +1,85 @@ +\input texinfo +@setfilename aplwc.info +@include version.texi +@settitle @command{aplwc} @value{VERSION} +@setchapternewpage odd + +@copying +This manual is for @command{aplwc} (version @value{VERSION}, @value{UPDATED}). + +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 @command{aplwc}: A Programming Language With Constraints +@subtitle @value{VERSION}, @value{UPDATED} +@author Peter Mikkelsen +@end titlepage + +@node Top +@top @command{aplwc}: A Programming Language With Constraints +@insertcopying + +This document describes @command{aplwc}. + +@menu +* Introduction:: +* Tutorial:: +* @command{aplwc} invocation:: + +Appendices + +* Changes since previous release:: +* GNU Free Documentation License:: + +@detailmenu + +Introduction + +* Contents:: What this document contains + +@end detailmenu +@end menu + +@node Introduction +@chapter Introduction + +Intro chapter + +@node Contents +@section What this document contains + +@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 + +@summarycontents +@contents +@bye |