Stratego Release 053
Stratego -- Strategies for Program Transformation
Changes since
StrategoRelease052
2001-05-22 <visser@acm.org>
* bootinstall
* bootstrap
* spec/slib/spec/sunit.r: Replaced FAIL with fail. fail should be
safe, i.e., not eliminate actions with side-effects.
* spec/slib/spec/options.r: typo
2001-05-20 <visser@acm.org>
* spec/slib/spec/iteration.r: Import conditional
* spec/slib/spec/conditional.r: Else branch of if is not
called when the then branch fails, only when the condition
fails. (Using cut construct from RhoStratego.)
2001-05-18 <visser@acm.org>
* src/front/Makefile.am (inline_SOURCES): inline.c instead of
inlining.c. This caused bug in (not) renaming of let
expressions. (Thanks Arne de Bruijn)
2001-05-12 <visser@acm.org>
* bootinstall
2001-05-11 <visser@acm.org>
* spec/slib/spec/char.r,string.r: Typos, forgotten import
2001-05-11 Hedzer Westra <hhwestra@cs.uu.nl>
* added parsing of negative Integers
* fixed char.r and string.r (which Eelco did too..)
* bugfixed LayoutPreserve.r (not finished yet, though)
2001-05-10 Hedzer Westra <hhwestra@cs.uu.nl>
* added inc and dec rules to integers.r (fix for apply-test.r)
2001-05-08 Hedzer Westra <hhwestra@cs.uu.nl>
* added strategies to char.r, int-list.r, list-set, string.r
* added expect.r
* added SList.r, LList.r, LayoutPreserve.r
* added these files to doc/library/body.ltx
* re-added previous changes, hope I did it right now :-)
2001-04-23 Hedzer Westra <hhwestra@cs.uu.nl>
* added apply.r and apply-test.r to library
* added is-interval and int-sort to int-list