On Mon, May 23, 2005 at 04:14:41PM -0400, Dino Morelli wrote:
> I think I may have found something wrong with PGE capturing with the :w
> modifier. In this code:
> [...]
You're correct, the rule wasn't working properly. I must've
been sleep deprived when I originally wrote it, as it wasn't handl
I think I may have found something wrong with PGE capturing with the :w
modifier. In this code:
.sub main @MAIN
.local pmc p6rule, rulesub, match
.local string input
input = "dog spot"
load_bytecode "runtime/parrot/library/PGE.pbc"
p6rule = find_global "PGE", "p6rule"