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. Simon