mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Add (chibi shell) to the documentation.
1. Add "shell" to the list of html_docs 2. Add a reference to (chibi shell) to chibi.scribl
This commit is contained in:
parent
568519bf6b
commit
b89545df48
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ MODULE_DOCS := app assert ast base64 bytevector config crypto/md5 crypto/rsa \
|
|||
match math/prime memoize mime modules net net/http-server net/servlet \
|
||||
optional parse pathname process repl scribble string stty sxml system \
|
||||
temp-file test time trace type-inference uri weak monad/environment \
|
||||
crypto/sha2
|
||||
crypto/sha2 shell
|
||||
|
||||
IMAGE_FILES = lib/chibi.img lib/red.img lib/snow.img
|
||||
|
||||
|
|
|
@ -1374,6 +1374,8 @@ namespace.
|
|||
|
||||
\item{\hyperlink["lib/chibi/repl.html"]{(chibi repl) - A full-featured Read/Eval/Print Loop}}
|
||||
|
||||
\item{\hyperlink["lib/chibi/shell.html"]{(chibi shell) - Binding to the most necessary POSIX system calls.}}
|
||||
|
||||
\item{\hyperlink["lib/chibi/scribble.html"]{(chibi scribble) - A parser for the scribble syntax used to write this manual}}
|
||||
|
||||
\item{\hyperlink["lib/chibi/string.html"]{(chibi string) - Cursor-based string library (predecessor to SRFI 130)}}
|
||||
|
|
Loading…
Add table
Reference in a new issue