Dan Sugalski wrote:
At 5:11 PM -0700 12/9/02, Luke Palmer wrote:You must remember that the Perl 6 parser is one-pass now.It is? Are you sure?
It should be; the raw parsed data might be treated with regular expressions in the parse-tree processing stage, but that shouldn't count as a second pass.