Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update src
  • Loading branch information
ingydotnet committed Sep 1, 2011
1 parent 6a61d7a commit 1d81cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grammar.pl
@@ -1,6 +1,6 @@
use Pegex::Compiler;

my $perl = Pegex::Compiler->compile_file(shift)->to_perl;
my $perl = Pegex::Compiler->compile(shift)->to_perl;
chomp($perl);

print <<"...";
Expand Down

0 comments on commit 1d81cf6

Please sign in to comment.