Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Correct compiler class to be Regex::P6Regex::Compiler .
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 16, 2009
1 parent 4741f3d commit 5d42e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Regex/P6Regex.pir
Expand Up @@ -15,7 +15,7 @@ Regex::P6Regex - Parser/compiler for Perl 6 regexes
load_bytecode 'PCT.pbc'
.local pmc p6meta, p6regex
p6meta = get_hll_global 'P6metaclass'
p6regex = p6meta.'new_class'('Regex::P6Regex', 'parent'=>'PCT::HLLCompiler')
p6regex = p6meta.'new_class'('Regex::P6Regex::Compiler', 'parent'=>'PCT::HLLCompiler')
p6regex.'language'('Regex::P6Regex')
$P0 = get_hll_namespace ['Regex';'P6Regex';'Grammar']
p6regex.'parsegrammar'($P0)
Expand Down

0 comments on commit 5d42e76

Please sign in to comment.