r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs | README

commit 73cd892e94bfffe163f0abfd7f05f3fa420dfa18
parent b2bc9625fc8e7233ff97bb5e24515199c852e6ea
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Wed,  7 Feb 2024 12:39:36 -0500

Summary etc.: Cross-refs.

Diffstat:
Mdoc/r7rs-small/r7rs-small.texinfo | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -61,19 +61,19 @@ The first three chapters present the fundamental ideas of the language and descr notational conventions used for describing the language and for writing programs in the language. -Chapters 4 and 5 describe the syntax and semantics of expressions, definitions, +@ref{Expressions} and @ref{Program structure} describe the syntax and semantics of expressions, definitions, programs, and libraries. -Chapter 6 describes Scheme's built-in procedures, which include all of the language's data +@ref{Standard procedures} describes Scheme's built-in procedures, which include all of the language's data manipulation and input/output primitives. -Chapter 7 provides a formal syntax for Scheme written in extended BNF, along with a +@ref{Formal syntax and semantics} provides a formal syntax for Scheme written in extended BNF, along with a formal denotational semantics. An example of the use of the language follows the formal syntax and semantics. -Appendix A provides a list of the standard libraries and the identifiers that they export. +@ref{Appendix A} provides a list of the standard libraries and the identifiers that they export. -Appendix B provides a list of optional but standardized implementation feature names. +@ref{Appendix B} provides a list of optional but standardized implementation feature names. The report concludes with a list of references and an alphabetic index. @@ -201,7 +201,7 @@ Scheme 311 version 4 reference manual. We thank Texas Instruments, Inc. for perm to use text from the TI Scheme Language Reference Manual [@ref{TImanual85}]. We gladly acknowledge the influence of manuals for MIT Scheme [@ref{MITScheme}], T [@ref{Rees84}], Scheme 84 [@ref{Scheme84}], Common Lisp [@ref{CLtL}], and Algol 60 [@ref{Naur63}], as well as the following SRFIs: 0, 1, 4, 6, 9, 11, 13, 16, 30, 34, 39, 43, 46, 62, and -87, all of which are available at http://srfi.schemers.org. +87, all of which are available at @url{http://srfi.schemers.org}. @include overview.texinfo