Merge pull request #843 from lockywolf/master

Add (chibi shell) to the documentation.
This commit is contained in:
Alex Shinn 2022-07-30 07:00:32 +09:00 committed by GitHub
commit b677b287ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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)}}