Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
31010cbe
Commit
31010cbe
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2006-05-16 15:04:29 by afrisch] Empty log message
Original author: afrisch Date: 2006-05-16 15:04:30+00:00
parent
d041c197
Changes
2
Hide whitespace changes
Inline
Side-by-side
runtime/print_xml.ml
View file @
31010cbe
...
...
@@ -77,7 +77,7 @@ let rec schema_value ?(recurs=true) ~wds v = match v with
|
v
when
Value
.
equal
v
Value
.
vtrue
->
wds
true
_literal
|
v
when
Value
.
equal
v
Value
.
vfalse
->
wds
false
_literal
|
Pair
_
as
v
when
recurs
->
schema_values
~
wds
v
|
String_utf8
_
as
v
->
wds
(
fst
(
get_string_utf8
v
))
|
String_utf8
_
|
String_latin1
_
as
v
->
wds
(
fst
(
get_string_utf8
v
))
|
_
->
raise
exn_print_xml
and
schema_values
~
wds
v
=
...
...
web/download.xml
View file @
31010cbe
...
...
@@ -78,6 +78,10 @@ href="http://www.ocaml-programming.de/godi/"> GODI</a> package.
<code>
ulex
</code>
is a lexer generator for Unicode and OCaml written by
Alain Frisch.
</p>
<link
url=
"http://www.cduce.org/download/ulex-0.9.tar.gz"
title=
"Download"
>
Version 0.9, for the new Camlp4.
</link>
<link
url=
"http://www.cduce.org/download/ulex-0.8.tar.gz"
title=
"Download"
>
Version 0.8, for OCaml 3.09.
...
...
@@ -88,6 +92,13 @@ Version 0.4, for OCaml <= 3.07.
<link
url=
"http://www.cduce.org/download/ulex-0.7.tar.gz"
title=
"Download"
>
Version 0.7, for OCaml 3.08, 3.09.
</link>
<p>
Gerd Stolpmann posted a message to the Caml-list which explains
<a
href=
"http://caml.inria.fr/pub/ml-archives/caml-list/2006/04/6d31ef03a5a1f9a182a9ed2422d266a4.en.html"
>
how
to migrate from ocamllex to ulex
</a>
.
</p>
</section>
</box>
...
...
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