Skip to content

Commit

Permalink
new pegex api for grammars.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jul 26, 2012
1 parent 34d851f commit 1f000c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/TestML/Grammar.pm
Expand Up @@ -4,9 +4,9 @@ extends 'Pegex::Grammar';

use constant text => '../testml-pgx/testml.pgx';

sub tree {
sub make_tree {
{
'+top' => 'testml_document',
'+toprule' => 'testml_document',
'assertion_call' => {
'.any' => [
{
Expand Down

0 comments on commit 1f000c3

Please sign in to comment.