Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cduce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cduce
cduce
Commits
ed875af2
Commit
ed875af2
authored
Jul 10, 2007
by
Pietro Abate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[r2003-05-24 08:08:41 by cvscast] Empty log message
Original author: cvscast Date: 2003-05-24 08:08:41+00:00
parent
05ad8cbe
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
9 deletions
+7
-9
README
README
+3
-3
driver/cduce.ml
driver/cduce.ml
+1
-3
driver/run.ml
driver/run.ml
+1
-1
web/manual/interpreter.xml
web/manual/interpreter.xml
+2
-2
No files found.
README
View file @
ed875af2
...
...
@@ -29,12 +29,12 @@ See the INSTALL file for Installation instructions.
1. CDuce command-line interpreter
For performance reasons, it is advised to build it using OCaml native
compiler (
goal cduce.opt in the Makefile).
For performance reasons, it is advised to build it using OCaml native
code
compiler (
by default in the Makefile).
Usage:
./cduce.opt
[options] [CDuce files] -- [arguments for the CDuce program]
cduce
[options] [CDuce files] -- [arguments for the CDuce program]
The arguments following the -- are passed to the CDuce program
in the argv variable (having type [ String* ], which means: sequence
...
...
driver/cduce.ml
View file @
ed875af2
...
...
@@ -94,10 +94,8 @@ let rec print_exn ppf = function
|
Location
.
Generic
s
->
Format
.
fprintf
ppf
"%s@
\n
"
s
|
exn
->
raise
exn
(*
(* raise exn *)
Format
.
fprintf
ppf
"%s@
\n
"
(
Printexc
.
to_string
exn
)
*)
let
debug
ppf
=
function
|
`Subtype
(
t1
,
t2
)
->
...
...
driver/run.ml
View file @
ed875af2
...
...
@@ -21,7 +21,7 @@ let specs =
let
()
=
Arg
.
parse
specs
(
fun
s
->
src
:=
s
::
!
src
)
"cduce [options] [
script
]
\n\n
Options:"
"cduce [options] [
CDuce files] -- [arguments for the CDuce program
]
\n\n
Options:"
let
ppf
=
if
!
Cduce
.
quiet
then
Format
.
formatter_of_buffer
(
Buffer
.
create
1023
)
...
...
web/manual/interpreter.xml
View file @
ed875af2
...
...
@@ -11,7 +11,7 @@ native code compiler. The structure of the command line is:
</p>
<sample>
./
cduce [options] [CDuce files] -- [arguments for the CDuce program]
cduce [options] [CDuce files] -- [arguments for the CDuce program]
</sample>
<p>
...
...
@@ -47,4 +47,4 @@ the command line, the interpreter uses the standard input. </li>
</box>
</page>
\ No newline at end of file
</page>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment