[go: up one dir, main page]

File: cduce.docbook

package info (click to toggle)
cduce 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,180 kB
  • ctags: 3,176
  • sloc: ml: 20,028; xml: 5,546; makefile: 427; sh: 133
file content (95 lines) | stat: -rw-r--r-- 2,294 bytes parent folder | download | duplicates (7)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN">

<refentry id="cduce">

<refmeta>
<refentrytitle>cduce</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>

<refnamediv>
<refname>cduce</refname>
<refpurpose>The CDuce compiler/interpreter/toplevel</refpurpose>
</refnamediv>

<refsynopsisdiv>


<cmdsynopsis>
<command>cduce</command>
<arg choice="opt" rep="repeat">
  <option>OPTIONS</option>
</arg>
<arg choice="opt" rep="repeat"><option>--arg <filename>argument</filename></option></arg>
</cmdsynopsis>

<cmdsynopsis>
<command>cduce</command>
<arg choice="opt" rep="repeat">
  <option>OPTIONS</option>
</arg>
<arg choice="opt"><option> <filename>file.cd</filename> | --stdin </option></arg>
<arg choice="opt" rep="repeat"><option>--arg <filename>argument</filename></option></arg>
</cmdsynopsis>

<cmdsynopsis>
<command>cduce --compile</command>
<arg choice="opt" rep="repeat">
  <option>OPTIONS</option>
</arg>
<arg choice="opt"> <option><filename>file.cd</filename></option> </arg>
</cmdsynopsis>

<cmdsynopsis>
<command>cduce --run</command>
<arg choice="opt" rep="repeat">
  <option>OPTIONS</option>
</arg>
<arg choice="opt" rep="repeat">
  <option><filename>file.cdo</filename></option>
</arg>
<arg choice="opt" rep="repeat"><option>--arg <filename>argument</filename></option></arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1>
<title>Description</title>
<para>
See the CDuce users' manual:

<filename>http://www.cduce.org/manual_interpreter.html</filename>.
</para>
</refsect1>
	
<refsect1>
<title>Reporting bugs</title>
<para>
Report bugs to <email>devel@cduce.org</email>.
</para>

</refsect1>
	
<refsect1>
<title>See also</title>
<para>
A complete documentation, reference manual, tutorial, technical articles on
implementation and theoretical issues, benchmarks, source code, mailing lists
and forums can be found on the <emphasis>CDuce</emphasis> website:
<filename>http://www.cduce.org/</filename>.
</para>

</refsect1>

<refsect1>
<title>Authors</title>
<para>
Alain Frisch <email>&lt;Alain.Frisch@ens.fr&gt;</email>. Small contributions by
Giuseppe Castagna <email>&lt;Giuseppe.Castagna@ens.fr&gt;</email>, Julien Demouth <email>&lt;Julien.Demouth@ens.fr&gt;</email>, and Stefano Zacchiroli <email>&lt;zack@di.ens.fr&gt;</email>.
</para>

</refsect1>




</refentry>