On Mon Mar 24 10:53:02 2008, coke wrote:
> This usage now only appears in these files:
> 
> t/compilers/pge/p6regex/context.t
> t/compilers/pge/p6regex/01-regex.t
> t/compilers/pge/p6regex/builtins.t
> runtime/parrot/library/PGE/P6Grammar.pir
> runtime/parrot/library/PGE/P6Grammar.pbc
> runtime/parrot/library/PGE.pbc

P6Regex is also used by P6Grammar, which is being used by pgc.pir (also
deprecated).  The pgc command appears in:

examples/pge/benchmarks/ambs1/Makefile
languages/tcl/Makefile
languages/pheme/Makefile
languages/tap/Makefile
compilers/json/Makefile
compilers/past-pm/Makefile
compilers/tge/Makefile

So, before we can eliminate P6Regex, we also need to convert the above
to be using Perl6Grammar.pir instead of pgc (which may involve updating
the corresponding grammars to use the Perl6Regex syntax).

Pm

Reply via email to