Alex Shinn
d7db3effa8
The guard-like macro in the core language is now called protect.
...
This is the recommended syntax for error-handling in Chibi-specific
programs, since it's not possible to get stack traces when using
R[67]RS guard. guard is defined separately and according to the
standard in (scheme base).
2013-06-15 18:43:44 +09:00
Alex Shinn
e74319cad3
Adding procedure-docs and print-procedure-docs.
2013-06-10 22:11:09 +09:00
Alex Shinn
eed67d5872
Render parameter in print-module-[binding-]docs can be made #f for the default.
2013-06-04 06:08:02 +09:00
Alex Shinn
d917dfcd72
Factoring print-module-docs and print-module-binding-docs into (chibi doc).
2013-06-04 04:49:49 +09:00
Alex Shinn
95fff8f056
Checking for a non-empty list in expand-docs.
2013-06-04 04:30:51 +09:00
Alex Shinn
65ed450d7a
Supporting macro source info in docs, more robust line range checking.
2013-06-02 19:45:25 +09:00
Alex Shinn
ea5a424ede
Refactoring most of chibi-doc tool into the (chibi doc) module.
2013-06-02 18:46:27 +09:00