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