/[svn]/CHANGES
ViewVC logotype

Contents of /CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


Revision 737 - (show annotations)
Tue Jul 10 17:59:46 2007 UTC (5 years, 10 months ago) by abate
File size: 1201 byte(s)
[r2003-10-21 18:50:00 by afrisch] linux static binary CVS snapshot

Original author: afrisch
Date: 2003-10-21 18:50:00+00:00
1 0.2.0-1
2 * Code upgraded to Ocaml 3.07
3 * Major cleaning in progress
4 * Using ulex instead of wlex. Sources can now be in Utf8.
5 * Allow structured constants in default value patterns (p := c)
6 * Default value patterns in regexps don't consume an element
7 * Experiment with separate compilation
8 * Bug fixes in the parser. Tuples are now ok in regexps.
9 * Lazy implementation of @
10 * Add logical operators &&, ||, and not
11
12 0.1.1
13 * Various bug fixes (expat might now work)
14 * Sequencing operator e1;e2 (equivalent to: let [] = e1 in e2)
15 * Encoded references
16
17
18 0.1.0
19 * Support for XML Namespaces
20 * Better support for expat; clean Makefile
21 * Get rid of ;; and let fun in examples
22 * Optional ; for record in attribute position (values and types/patterns)
23 * Split --dump into --load and --save
24 * Better handling of strings (specific node in AST)
25 * Map, transform: tail-recursive implementation
26 * Preliminary support for XML Schema
27 * Various bug fixes
28
29
30 0.0.91
31 * Second alpha release
32 * Bug fixes and syntax changes (e.g. making "fun" optional in "let fun")
33 * Experimenting with expat support (see expat/README)
34
35
36 0.0.9
37 * First public release (alpha release)

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