On 12/1/06, Bob Hutchison <hutch / recursive.ca> wrote: > > On 1-Dec-06, at 11:21 AM, Wilson Bilkovich wrote: > > > OK. Wow. > > I moved the code outside of a proc, and into a bare module, and re-ran > > parse_tree on it. > > [[:module, > > :SomeModule, > > [:scope, > > [:block, > > [:lasgn, :thing, [:zarray]], > > [:lasgn, :v0, [:array, [:lit, 0]]], > > [:lasgn, :v1, [:array, [:lit, 1]]], > > [:lasgn, :v2, [:array, [:lit, 2]]], > > [:lasgn, :v3, [:array, [:lit, 3]]], > > [:lasgn, :v4, [:array, [:lit, 4]]], > > [:lasgn, :v5, [:array, [:lit, 5]]], > > *That's* what I want! What's so special about a proc? > > Cheers, > Bob > > Apparently, they are specially buggy. :)