mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
adding assert docs
This commit is contained in:
parent
3eab7bf226
commit
64633d577c
2 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ COMPILED_LIBS = $(CHIBI_COMPILED_LIBS) $(CHIBI_IO_COMPILED_LIBS) \
|
|||
BASE_INCLUDES = include/chibi/sexp.h include/chibi/features.h include/chibi/install.h include/chibi/bignum.h
|
||||
INCLUDES = $(BASE_INCLUDES) include/chibi/eval.h include/chibi/gc_heap.h
|
||||
|
||||
MODULE_DOCS := app ast base64 bytevector config crypto/md5 crypto/rsa \
|
||||
MODULE_DOCS := app assert ast base64 bytevector config crypto/md5 crypto/rsa \
|
||||
crypto/sha2 diff disasm doc edit-distance equiv filesystem generic \
|
||||
heap-stats io iset/base iset/constructors iset/iterators json loop \
|
||||
match math/prime memoize mime modules net net/http-server net/servlet \
|
||||
|
|
|
@ -1283,6 +1283,7 @@ snow-fort):
|
|||
\item{\hyperlink["http://srfi.schemers.org/srfi-160/srfi-160.html"]{(srfi 160) - homogeneous numeric vector libraries}}
|
||||
\item{\hyperlink["http://srfi.schemers.org/srfi-165/srfi-165.html"]{(srfi 165) - the environment Monad}}
|
||||
\item{\hyperlink["http://srfi.schemers.org/srfi-166/srfi-166.html"]{(srfi 166) - monadic formatting}}
|
||||
\item{\hyperlink["http://srfi.schemers.org/srfi-179/srfi-179.html"]{(srfi 179) - nonempty intervals and generalized arrays}}
|
||||
\item{\hyperlink["http://srfi.schemers.org/srfi-188/srfi-188.html"]{(srfi 188) - splicing binding constructs for syntactic keywords}}
|
||||
|
||||
]
|
||||
|
@ -1296,6 +1297,8 @@ namespace.
|
|||
|
||||
\item{\hyperlink["lib/chibi/ast.html"]{(chibi ast) - Abstract Syntax Tree and other internal data types}}
|
||||
|
||||
\item{\hyperlink["lib/chibi/assert.html"]{(chibi assert) - A nicer assert macro}}
|
||||
|
||||
\item{\hyperlink["lib/chibi/base64.html"]{(chibi base64) - Base64 encoding and decoding}}
|
||||
|
||||
\item{\hyperlink["lib/chibi/bytevector.html"]{(chibi bytevector) - Bytevector Utilities}}
|
||||
|
|
Loading…
Add table
Reference in a new issue