o what
Prolog does.
tr_rule some_trans( $obj ~~ [ $a ~~ Hash, $b ~~ { 'k' => $vk } ] ) {
[ { 'y' => $vk, $a } ]
}
The rules must know how to walk each kind of structure: array, hash,
object, whatever and build new ones.
My 0.0002 cents.
Adriano Ferreira.
On
On 6/26/06, Watson Ladd <[EMAIL PROTECTED]> wrote:
Can we format this a bit better?
It is nicely formatted if you see with fixed-width fonts. And the link
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
takes to the HTML page from which this ASCII report was extracted.
After a little research I have found why Configure.pl succeeds while
determining if some FreeBSDs (like 4.9, 4.10) supports GMP and why
compilation fails in the same systems complaining about undefined
references to `mpz_fits_slong_p'.
The test about GMP support is at:
config/auto/gmp.pl
Hey, I've already seen that one. You need to install GNU MP (The GNU
Multiple Precision Arithmetic Library) in FreeBSD (at least 4.10)
before this succeeding.
The usual installation mantra in FreeBSD should do it:
# cd /usr/ports
# make search name=libgmp
# cd (whatever adequate path the search