tame/doc/tame.texi

102 lines
2.5 KiB
Plaintext

\input texinfo
@c This document is part of the TAME manual.
@c Copyright (C) 2014-2023 Ryan Specialty, LLC.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
@c any later version published by the Free Software Foundation; with no
@c Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
@c A copy of the license is included in the section entitled ``GNU Free
@c Documentation License''.
@c %**start of header
@include config.texi
@include version.texi
@include macros.texi
@c Developer Notes index (used only if DEVNOTES)
@defindex dn
@setfilename tame.info
@documentencoding UTF-8
@settitle TAME Manual v@value{VERSION}
@c %**end of header
@copying
This manual is for TAME, version @value{VERSION}.
Copyright @copyright{} 2015, 2016, 2018, 2019 Ryan Specialty, LLC.
@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
@titlepage
@title TAME Manual v@value{VERSION}
@author Ryan Specialty Group
@c Start copyright page
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@devnotice{
This manual contains inline notes for developers of @tame{}.@footnote{
To disable for user documentation, pass @option{--disable-devnotes}
to @command{configure}.}
For an index of notes@comma{} see @ref{Developer Notes Index}.}
@contents
@ifnottex
@node Top
@top Main
@end ifnottex
@menu
* Using TAME:: History of TAME and how to use it
* Core Concepts:: Design philosophy and mathematical concepts
* Preprocessor:: Metaprogramming system
* Dependency Graph:: Dependency processing and flow analysis
* Symbol Table:: Lookup table for all objects
* License:: Document License
* Concept Index::
@ifset DEVNOTES
* Developer Notes Index:: Index of pertenant notes for developers of @tame{}.
@end ifset
@end menu
@ifnottex
@insertcopying
@end ifnottex
@include usage.texi
@include concept.texi
@include preproc.texi
@include src/graph.texi
@include src/symtable.texi
@include license.texi
@node Concept Index
@unnumbered Concept Index
@printindex cp
@ifset DEVNOTES
@node Developer Notes Index
@unnumbered Developer Notes Index
@printindex dn
@end ifset
@bye