Re: Parsing indent-sensitive languages

2005-09-08 Thread Collin Winter
On 9/8/05, Larry Wall [EMAIL PROTECTED] wrote: It seems to me you need a stack of levels so you know how many indentation levels to pop off. Otherwise you can't parse this: if foo1 bar1 if foo2 bar2

Re: Parsing indent-sensitive languages

2005-09-08 Thread Collin Winter
On 9/8/05, Larry Wall [EMAIL PROTECTED] wrote: Okay, how do you tell the difference between if foo1 bar1 if foo2 bar2 if foo3 bar3 else

Re: Do I need has $.foo; for accessor-only virtual attributes?

2005-07-22 Thread Collin Winter
a magical leading underscore. Collin Winter