mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Merge pull request #843 from lockywolf/master
Add (chibi shell) to the documentation.
This commit is contained in:
commit
b677b287ec
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 \
|
match math/prime memoize mime modules net net/http-server net/servlet \
|
||||||
optional parse pathname process repl scribble string stty sxml system \
|
optional parse pathname process repl scribble string stty sxml system \
|
||||||
temp-file test time trace type-inference uri weak monad/environment \
|
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
|
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/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/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)}}
|
\item{\hyperlink["lib/chibi/string.html"]{(chibi string) - Cursor-based string library (predecessor to SRFI 130)}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue