Attached is a very simple patch that solves the problem, but I've only
tested lightly.
ternary.patch
Description: Binary data
On Sat Aug 16 07:29:36 2008, [EMAIL PROTECTED] wrote:
> - Awaiting parser improvements (PGE)
A simple, failing test:
say True ?? 1 !! False ?? 2 !! 3;
(says 2, should say 1)
On Sat Aug 16 07:30:22 2008, [EMAIL PROTECTED] wrote:
> - Need some clarity in spec and spectests for Capture objects
Perhaps more clarity is needed, but the basics seems to work. I propose
this ticket should be closed.