/[svn]/cduce/trunk/CHANGES
ViewVC logotype

Contents of /cduce/trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1077 - (show annotations)
Tue Jul 10 18:21:00 2007 UTC (5 years, 10 months ago) by abate
Original Path: CHANGES
File size: 1932 byte(s)
[r2004-04-23 09:47:05 by beppe] pre5

Original author: beppe
Date: 2004-04-23 09:47:05+00:00
1 0.2.0-pre5
2 * Added configure script
3 * integrated cdo2cmo functionalities in the interpreter.
4 * added manual pages on using CDuce in Ocaml
5
6 0.2.0-pre4
7 * Added internal support for abstract data types
8 * Added cdo2cmo to translate cduce object files into ocaml object files
9 so that it is possible to call in ocaml cduce's functions as if they
10 were defined in a ocaml module.
11
12 0.2.0-pre3
13 * Added preliminary support for URLs in load_xml, load_html, and schemas:
14 e.g. you can write `` load_html "http://www.cduce.org/" ''
15
16 0.2.0-pre2
17 * More advanced (and documented) support for XML Schemas.
18 * Preliminary integration of CQL query language that is:
19 select e from p1 in e1, ... ,pn in en where e'
20
21 0.2.0-pre1
22 * Code upgraded to Ocaml 3.07
23 * Major cleaning in progress
24 * Using ulex instead of wlex. Sources can now be in Utf8.
25 * Allow structured constants in default value patterns (p := c)
26 * Default value patterns in regexps don't consume an element
27 * Experiment with separate compilation
28 * Bug fixes in the parser. Tuples are now ok in regexps.
29 * Lazy implementation of @
30 * Add logical operators &&, ||, and not
31
32 0.1.1
33 * Various bug fixes (expat might now work)
34 * Sequencing operator e1;e2 (equivalent to: let [] = e1 in e2)
35 * Encoded references
36
37
38 0.1.0
39 * Support for XML Namespaces
40 * Better support for expat; clean Makefile
41 * Get rid of ;; and let fun in examples
42 * Optional ; for record in attribute position (values and types/patterns)
43 * Split --dump into --load and --save
44 * Better handling of strings (specific node in AST)
45 * Map, transform: tail-recursive implementation
46 * Preliminary support for XML Schema
47 * Various bug fixes
48
49
50 0.0.91
51 * Second alpha release
52 * Bug fixes and syntax changes (e.g. making "fun" optional in "let fun")
53 * Experimenting with expat support (see expat/README)
54
55
56 0.0.9
57 * First public release (alpha release)

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5