Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created April 19, 2015 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/626b00a9c7e26228979e to your computer and use it in GitHub Desktop.
Save tadzik/626b00a9c7e26228979e to your computer and use it in GitHub Desktop.
my $grmr := Metamodel::GrammarHOW.new_type(name => 'GRMR');
$grmr.^add_method('TOP', regex { 'y' 'a'+ 'y' });
$grmr.^compose;
say $grmr.new.parse('yaaaaaaay');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment