mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
updating man page
This commit is contained in:
parent
eeb4beb571
commit
8a0e1d0ea4
1 changed files with 16 additions and 2 deletions
|
@ -6,13 +6,16 @@ chibi-scheme \- a tiny Scheme interpreter
|
|||
|
||||
.SH SYNOPSIS
|
||||
.B chibi-scheme
|
||||
[-qQrRfV]
|
||||
[-qQrRfTV]
|
||||
[-I
|
||||
.I path
|
||||
]
|
||||
[-A
|
||||
.I path
|
||||
]
|
||||
[-D
|
||||
.I feature
|
||||
]
|
||||
[-m
|
||||
.I module
|
||||
]
|
||||
|
@ -146,6 +149,11 @@ Strict mode, escalating warnings to fatal errors.
|
|||
.BI -f
|
||||
Change the reader to case-fold symbols as in R5RS.
|
||||
.TP
|
||||
.BI -T
|
||||
Disables tail-call optimization. This can be useful for
|
||||
debugging in some cases, but also makes it very likely to
|
||||
overflow the stack.
|
||||
.TP
|
||||
.BI -h size[/max_size]
|
||||
Specifies the initial size of the heap, in bytes,
|
||||
optionally followed by the maximum size the heap can
|
||||
|
@ -167,6 +175,12 @@ Appends
|
|||
.I path
|
||||
to the load path list.
|
||||
.TP
|
||||
.BI -D feature
|
||||
Adds
|
||||
.I feature
|
||||
to the feature list, useful for cond-expanding different
|
||||
library code.
|
||||
.TP
|
||||
.BI -m module
|
||||
.TP
|
||||
.BI -x module
|
||||
|
@ -237,7 +251,7 @@ Alex Shinn (alexshinn @ gmail . com)
|
|||
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
More detailed information can be found in the manuale included in
|
||||
More detailed information can be found in the manual included in
|
||||
doc/chibi.scrbl included in the distribution.
|
||||
|
||||
The chibi-scheme home-page:
|
||||
|
|
Loading…
Add table
Reference in a new issue