diff options
author | Andy Wingo <wingo@pobox.com> | 2019-11-17 15:26:23 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-11-17 15:30:59 +0100 |
commit | b634071dd4c2401616c78d2a20471698123a23ca (patch) | |
tree | 2c1987cad64e7477ed5f6ab686dffce0e07f32b7 /doc/ref/guile.texi | |
parent | 72a2c742f6675e870421c61e66c5aec134398a5a (diff) | |
download | guile-b634071dd4c2401616c78d2a20471698123a23ca.tar.gz |
Add R7RS documentation and --r7rs command-line optionwip-r7rs
* doc/ref/Makefile.am: Add r7rs.texi.
* doc/ref/guile-invoke.texi (Command-line Options): Document --r7rs.
* doc/ref/guile.texi (Guile Modules): Link to R7RS.
* doc/ref/intro.texi (Guile and Scheme): Update for R7RS support.
* doc/ref/r7rs.texi: New file.
* doc/ref/scheme-intro.texi (Guile Scheme): Update for R7RS.
* module/ice-9/command-line.scm (*usage*, compile-shell-switches): Add
--r7rs option.
Diffstat (limited to 'doc/ref/guile.texi')
-rw-r--r-- | doc/ref/guile.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 7f77cb430..32575dbf6 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -360,6 +360,7 @@ available through both Scheme and C interfaces. * getopt-long:: Command line handling. * SRFI Support:: Support for various SRFIs. * R6RS Support:: Modules defined by the R6RS. +* R7RS Support:: Modules defined by the R7RS. * Pattern Matching:: Generic pattern matching constructs. * Readline Support:: Module for using the readline library. * Pretty Printing:: Nicely formatting Scheme objects for output. @@ -383,6 +384,7 @@ available through both Scheme and C interfaces. @include mod-getopt-long.texi @include srfi-modules.texi @include r6rs.texi +@include r7rs.texi @include match.texi @include repl-modules.texi @include misc-modules.texi |