in reply to Re: Perl not BNF-able??
in thread Perl not BNF-able??

In a recent conversation with TheDamian, he admitted that Perl6's goal of being able to be lexed and parsed separately was unrealistic. Perl6 will therefore inherit Perl5's necessity of a tight coupling between the lexer and the parser. Oh well.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^3: Perl not BNF-able??
by adrianh (Chancellor) on Jul 02, 2005 at 00:24 UTC
    Perl6 will therefore inherit Perl5's necessity of a tight coupling between the lexer and the parser. Oh well.

    We do at least have an explicit parser/lexer system to play with in Perl 6, which should enable us to more easily write Perl programs that parse Perl.