| 1 |
|
0.2.0-1 |
| 2 |
0.2.1 |
* Code upgraded to Ocaml 3.07 |
|
* production of intermediate code that can be run by --run |
|
|
* .cd suffixes are now optional in command line |
|
|
* Add logical operators &&, ||, and not |
|
|
|
|
|
0.2.0 |
|
|
* Code upgraded to Ocaml 3.07+beta2 |
|
| 3 |
* Major cleaning in progress |
* Major cleaning in progress |
| 4 |
* Using ulex instead of wlex. Sources can now be in Utf8. |
* Using ulex instead of wlex. Sources can now be in Utf8. |
| 5 |
* Allow structured constants in default value patterns (p := c) |
* Allow structured constants in default value patterns (p := c) |
| 6 |
* Default value patterns in regexps don't consume an element |
* Default value patterns in regexps don't consume an element |
| 7 |
* --compile option |
* Experiment with separate compilation |
| 8 |
* Bug fixes in the parser. Tuples are now ok in regexps. |
* Bug fixes in the parser. Tuples are now ok in regexps. |
| 9 |
* Lazy implementation of @ |
* Lazy implementation of @ |
| 10 |
|
* Add logical operators &&, ||, and not |
| 11 |
|
|
| 12 |
0.1.1 |
0.1.1 |
| 13 |
* Various bug fixes (expat might now work) |
* Various bug fixes (expat might now work) |