| 1 |
0.2.0-pre1
|
| 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)
|