/[svn]/CHANGES
ViewVC logotype

Contents of /CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


Revision 722 - (hide annotations)
Tue Jul 10 17:58:48 2007 UTC (5 years, 10 months ago) by abate
File size: 1346 byte(s)
[r2003-10-10 22:00:14 by cvscast] Logical operators + regexp example

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

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