Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Sun, 14 Mar 2004 10:42:21 +0100
Local: Sun, Mar 14 2004 4:42 am
Subject: [CVS ci] more PIR syntax improvements
PIR did parse since quite a time instructions like:
$I0 = defined $P0[0] but these were handled with explicite rules. And I found me often writing: len = length $S0 which wasn't a valid syntax. I've now tossed the special handling of defined and clone. Instead PIR lhs = PARROT_OP args so these instructions: $I0 = defined a are now (amongst many more) valid PIR syntax. There are currently no PARROT_OP lhs[, args] So you can write: $I0 = add 10, 20 or even: where it really gets ugly. We could of course limit this syntax to more leo You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||