>>> "SIGOURE" == SIGOURE Benoit <sigoure.benoit(a)lrde.epita.fr> writes:
> Add the static_rand builtin.
> NOTE: Some C was needed to implement rand(from, to) because for some
> reason I didn't succeed in writing something equivalent in Stratego.
> For some reason, the numbers I generated were all too small.
Finalement, tu sais pourquoi ?
>>> "SIGOURE" == SIGOURE Benoit <sigoure.benoit(a)lrde.epita.fr> writes:
> +for file in `find "@srcdir@" -name '*.pctl' -o -name '*.csl' | sort`; do
Honestly, using @var@ in a script reads awful. I strongly suggest
adding
strdir='@srcdir@'
in the prolog, and using $srcdir.