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
591087ec
Commit
591087ec
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-07-05 13:54:25 by afrisch] Changes
Original author: afrisch Date: 2004-07-05 13:54:25+00:00
parent
d298908f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
591087ec
0.2.0
- OCaml/CDuce interface.
- Language:
* Support for URLs in load_xml, load_html, and schemas:
* Support for URLs in load_xml, load_html,
load_file,
and schemas:
e.g. you can write `` load_html "http://www.cduce.org/" ''
(need either the ocurl package or the netclient package)
(need either the ocurl package or the netclient package)
.
* More advanced (and documented) support for XML Schemas.
* Preliminary integration of CQL query language that is:
select e from p1 in e1, ... ,pn in en where e'
* Allow structured constants in default value patterns (p := c)
select e from p1 in e1, ... ,pn in en where e'
.
* Allow structured constants in default value patterns (p := c)
.
* Default value patterns in regexps don't consume an element.
* Logical operators &&, ||, and not
* Logical operators &&, ||, and not.
* New syntax for currified functions
fun (p1 : t1)...(pn : tn) : t = ...
- Incompatible changes:
* argv is now an operator of type [] -> [ String* ]
* The --dump, --load, --save options are deprecated
* argv is now an operator of type [] -> [ String* ]
.
* The --dump, --load, --save options are deprecated
.
* Changes to the command line. "--pxp" is replaced with "--no expat".
- Implementation:
...
...
@@ -22,14 +26,12 @@
* Added internal support for abstract data types.
* Using ulex instead of wlex.
* Sources can now be in utf8.
* Separate compilation
* Lazy implementation of @
* Separate compilation
.
* Lazy implementation of @
.
- Other:
* Added configure script.
* Various Makefile improvements
- OCaml/CDuce interface
* Various Makefile improvements.
- Bug fixes:
* Bug fixes in the parser. Tuples are now ok in regexps.
...
...
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