2015-04-16 13:21:22 -04:00
|
|
|
\input texinfo
|
2016-07-05 23:24:59 -04:00
|
|
|
@c This document is part of the TAME manual.
|
2022-05-03 14:14:29 -04:00
|
|
|
@c Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
|
2016-07-05 23:24:59 -04:00
|
|
|
@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''.
|
2016-07-05 23:23:10 -04:00
|
|
|
|
2019-01-29 16:09:00 -05:00
|
|
|
@c %**start of header
|
|
|
|
@include config.texi
|
2016-07-05 23:23:10 -04:00
|
|
|
@include version.texi
|
2019-01-29 16:09:00 -05:00
|
|
|
@include macros.texi
|
|
|
|
|
|
|
|
@c Developer Notes index (used only if DEVNOTES)
|
|
|
|
@defindex dn
|
2016-07-05 23:23:10 -04:00
|
|
|
|
2015-04-16 13:21:22 -04:00
|
|
|
@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}.
|
|
|
|
|
2019-02-07 13:23:09 -05:00
|
|
|
Copyright @copyright{} 2015, 2016, 2018, 2019 Ryan Specialty Group, LLC.
|
2015-04-16 13:21:22 -04:00
|
|
|
|
|
|
|
@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}
|
2019-02-07 13:23:09 -05:00
|
|
|
@author Ryan Specialty Group
|
2015-04-16 13:21:22 -04:00
|
|
|
|
|
|
|
@c Start copyright page
|
|
|
|
@page
|
|
|
|
@vskip 0pt plus 1filll
|
|
|
|
@insertcopying
|
|
|
|
@end titlepage
|
|
|
|
|
2019-01-29 16:09:00 -05:00
|
|
|
@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}.}
|
|
|
|
|
2015-04-16 13:21:22 -04:00
|
|
|
@contents
|
|
|
|
|
|
|
|
@ifnottex
|
|
|
|
@node Top
|
|
|
|
@top Main
|
|
|
|
@end ifnottex
|
|
|
|
|
|
|
|
@menu
|
2019-01-29 16:49:03 -05:00
|
|
|
* Using TAME:: History of TAME and how to use it
|
2019-01-30 11:25:54 -05:00
|
|
|
* Core Concepts:: Design philosophy and mathematical concepts
|
2016-07-05 23:31:03 -04:00
|
|
|
* Preprocessor:: Metaprogramming system
|
|
|
|
* Dependency Graph:: Dependency processing and flow analysis
|
2016-08-23 11:04:50 -04:00
|
|
|
* Symbol Table:: Lookup table for all objects
|
2016-07-05 23:31:03 -04:00
|
|
|
* License:: Document License
|
2019-01-29 16:09:00 -05:00
|
|
|
* Concept Index::
|
|
|
|
@ifset DEVNOTES
|
|
|
|
* Developer Notes Index:: Index of pertenant notes for developers of @tame{}.
|
|
|
|
@end ifset
|
2015-04-16 13:21:22 -04:00
|
|
|
@end menu
|
|
|
|
|
|
|
|
@ifnottex
|
|
|
|
@insertcopying
|
|
|
|
@end ifnottex
|
|
|
|
|
|
|
|
|
2019-01-29 16:49:03 -05:00
|
|
|
@include usage.texi
|
2019-01-30 11:25:54 -05:00
|
|
|
@include concept.texi
|
2019-01-29 15:46:20 -05:00
|
|
|
@include preproc.texi
|
2015-04-16 13:21:22 -04:00
|
|
|
|
2017-08-23 15:38:39 -04:00
|
|
|
@include src/graph.texi
|
|
|
|
@include src/symtable.texi
|
2016-07-05 09:49:26 -04:00
|
|
|
|
2015-04-16 13:21:22 -04:00
|
|
|
@include license.texi
|
|
|
|
|
2019-01-29 16:09:00 -05:00
|
|
|
@node Concept Index
|
|
|
|
@unnumbered Concept Index
|
|
|
|
@printindex cp
|
|
|
|
|
|
|
|
@ifset DEVNOTES
|
|
|
|
@node Developer Notes Index
|
|
|
|
@unnumbered Developer Notes Index
|
|
|
|
@printindex dn
|
|
|
|
@end ifset
|
|
|
|
|
2015-04-16 13:21:22 -04:00
|
|
|
@bye
|