On Tue, Oct 17, 2000 at 11:22:02AM +0100, Nicholas Clark wrote: > [Seriously, I was under the impression that the perl tokenizer was > influenced by the state of the lexer] Currently, the tokeniser and the lexer are a combined entity. It doesn't have to be this way, though. At least, I don't think it does, until you're allowed to define your own special variables which I sincerely hope won't happen. (Quick, how would you parse "&%&%&%&%"?) To be perfectly honest, my preferred solution would be to have the tokenizer, lexer and parser as a single, hand-crafted LR(k) monstrosity. -- "So i get the chance to reread my postings to asr at times, with a corresponding conservation of the almighty leviam00se, Kai Henningsen." -- Megahal (trained on asr), 1998-11-06
- Re: RFC 334 (v1) I'm {STILL} trying to understand... David L. Nicol
- Perl's parser and lexer will likely be in Perl (was Re: RF... Bradley M. Kuhn
- Re: Perl's parser and lexer will likely be in Perl (w... Leon Brocard
- Larry's ALS talk Bradley M. Kuhn
- Re: Larry's ALS talk Jeff Okamoto
- Re: Perl's parser and lexer will likely be in Per... Jeremy Howard
- Re: Perl's parser and lexer will likely be in... Adam Turoff
- Re: Perl's parser and lexer will likely b... Simon Cozens
- Re: Perl's parser and lexer will lik... Simon Cozens
- Re: Perl's parser and lexer will lik... Nicholas Clark
- Re: Perl's parser and lexer will lik... Simon Cozens
- Re: Perl's parser and lexer will lik... John Porter
- Re: Perl's parser and lexer will lik... Dan Sugalski
- Re: Perl's parser and lexer will lik... Ken Fox
- Re: Perl's parser and lexer will lik... Nicholas Clark
- Re: Perl's parser and lexer will lik... Simon Cozens
- Re: Perl's parser and lexer will lik... David L. Nicol
- Re: Perl's parser and lexer will lik... Ken Fox
- Re: Perl's parser and lexer will likely b... Bradley M. Kuhn
- Re: Perl's parser and lexer will lik... Adam Turoff
- Re: Perl's parser and lexer will lik... Dan Sugalski