Skip to content

Commit

Permalink
switch to Pegex::Tree for AST base class
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 8, 2012
1 parent 77dfd11 commit 7535f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Module/Install/TestML.pm
Expand Up @@ -27,6 +27,7 @@ sub use_testml {
$self->include('Pegex::Grammar');
$self->include('Pegex::Input');
$self->include('Pegex::Parser');
$self->include('Pegex::Tree');
$self->include('Pegex::Receiver');

$self->include('TestML');
Expand Down
2 changes: 1 addition & 1 deletion lib/TestML/AST.pm
@@ -1,6 +1,6 @@
package TestML::AST;
use TestML::Mo;
extends 'Pegex::Receiver';
extends 'Pegex::Tree';

use TestML::Runtime;

Expand Down

0 comments on commit 7535f9c

Please sign in to comment.