| 1 |
abate |
623 |
since 0.1.0 |
| 2 |
|
|
* Various bug fixes |
| 3 |
|
|
* Sequencing operator e1;e2 (equivalent to: let [] = e1 in e2) |
| 4 |
|
|
* Encoded references |
| 5 |
|
|
|
| 6 |
|
|
|
| 7 |
abate |
563 |
0.1.0 |
| 8 |
abate |
562 |
* Support for XML Namespaces |
| 9 |
abate |
527 |
* Better support for expat; clean Makefile |
| 10 |
abate |
489 |
* Get rid of ;; and let fun in examples |
| 11 |
abate |
562 |
* Optional ; for record in attribute position (values and types/patterns) |
| 12 |
abate |
489 |
* Split --dump into --load and --save |
| 13 |
abate |
527 |
* Better handling of strings (specific node in AST) |
| 14 |
|
|
* Map, transform: tail-recursive implementation |
| 15 |
|
|
* Preliminary support for XML Schema |
| 16 |
|
|
* Various bug fixes |
| 17 |
abate |
489 |
|
| 18 |
abate |
527 |
|
| 19 |
abate |
475 |
0.0.91 |
| 20 |
|
|
* Second alpha release |
| 21 |
|
|
* Bug fixes and syntax changes (e.g. making "fun" optional in "let fun") |
| 22 |
|
|
* Experimenting with expat support (see expat/README) |
| 23 |
|
|
|
| 24 |
|
|
|
| 25 |
abate |
370 |
0.0.9 |
| 26 |
|
|
* First public release (alpha release) |