On Wed, 17 Apr 2002, Dave Mitchell wrote:
> On Wed, Apr 17, 2002 at 04:34:12PM -0400, Simon Glover wrote: > > > > On Wed, 17 Apr 2002, Brent Dax wrote: > > > > > Dan Sugalski: > > > # Okay, here are the milestones. Each is worth a point release. If we > > > # manage to take them in this order, great. :) > > > > > > Rough dependency tree: > > > > > > Arrays > > > Regular expressions (backreference storage) > > > Parser (probably) > > > Lexicals (probably, though could be a hash instead) > > > > I thought lexicals were going to live in a symbol table now? In which > > case, they're definitely going to depend on implementing hashes first. > > The first does not necessarily imply the second. Point taken. I was under the impression that we were going to be implementing symbol tables in terms of hashes, however, in which case it does follow. I could of course be wrong - it wouldn't be particularly unusual :-) Simon