The lexer (was RE: Topaz and Regular Expressions)
[email protected] ("WORENKLEIN, David, GCM") Mon, 18 Oct 1999 14:13:32 -0400
| Newsgroups | perl.perl6.porters |
|---|---|
| Message-ID | <[email protected]> |
Speaking of which...
I'd love to see the perl parser written in Perl. Obviously the default
parser has to be precompiled. But don't you want to say
package MyParser;
@ISA=qw{PerlParser};
# Muck with the language
$TOKEN{your} = ...
XXXXXXXXXXXXXXXXXXXXXXXXX
package Main;
use parser 'MyParser';
your dog $spot;
> -----Original Message-----
> From: Chip Salzenberg [mailto:[email protected]]
> Sent: Monday, October 18, 1999 2:14 PM
>
> The lexer will be a lot more complicated....
**********************************************************************
This e-mail is intended only for the addressee named above.
As this e-mail may contain confidential or privileged information,
if you are not the named addressee, you are not authorised to
retain, read, copy or disseminate this message or any part of it.
************************************************************************