Access to the perl6 parser

[email protected] (Jim Edwards) Tue, 29 Aug 2000 18:05:56 +0000
Newsgroups perl.perl6.language.data
Organization INMet
Message-ID <[email protected]>
IMHO if the perl6 core only allow access to the parser, than a module can do just
about anything including all of those things proposed in RFC 115 - 117.

Maybe this is an over simplification,  but it seems that if the statement:

use Python;

caused the subsequent source to go through my Python::parser subroutine, my module
could do just about anything (including parse Python!?)

So the question is - does such an RFC exist for perl6 and is it's scope as broad
as my imagination makes it out to be?
If so need we ask for anything else?    If not, why not?


Jim