-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchicken.1
67 lines (49 loc) · 1.13 KB
/
chicken.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.\" dummy line
.TH CHICKEN 1 "10 Sep 2002"
.SH NAME
chicken \- A Scheme\-to\-C translator
.SH SYNOPSIS
.B chicken
.I PATHNAME
[
.I OPTION ...
]
.SH DESCRIPTION
.I CHICKEN
is a compiler and interpreter for the programming language
.I Scheme
supporting most of the features as described in the
.I Revised^5 Report on
.I the Algorithmic Language Scheme
\.
The
.B chicken
program is the basic Scheme-to-C translator used in this system.
For a more convenient interface, see the manual page for csc(1).
.SH OPTIONS
Enter
.B chicken\ \-help
for a list of supported command-line options.
.SH ENVIRONMENT\ VARIABLES
.TP
.B CHICKEN_PREFIX
Is used as a prefix directory for support files, include-files and libraries.
.TP
.B CHICKEN_INCLUDE_PATH
Contains one or more pathnames where the compiler should additionally look for
include-files, separated by
.B \;
characters.
.TP
.B CHICKEN_OPTIONS
Holds a string of default compiler options that should apply to every invocation of
.B chicken
\.
.SH DOCUMENTATION
More information can be found in the
.I CHICKEN\ User's\ Manual
.SH AUTHORS
The CHICKEN Team.
.SH SEE ALSO
.BR csc(1)
.BR chicken-bug(1)