The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.


use Test::More 'no_plan';

use lib 'lib';

use Parse::Gnaw;

my $grammar;

$grammar = parse('hello', 'world');
ok($grammar->('hello     world')==1, "match");