Re: The lexer (was RE: Topaz and Regular Expressions)

[email protected] (John Porter) Mon, 18 Oct 1999 14:28:14 -0400
Newsgroups perl.perl6.porters
Message-ID <[email protected]>
WORENKLEIN, David, GCM wrote:
> 
> package MyParser;
> 
> @ISA=qw{PerlParser};
> 
> # Muck with the language
> $TOKEN{your} = ...
> 
> package Main;
> 
> use parser 'MyParser';
> 
> your dog $spot;


require 6.1 'Worenklein';


And while you're at it, Chip, why don't you write
an assembler for the bytecode interpreter.

-- 
John Porter