Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 18, 2019 17:00
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 Whateverable/680009cacdf80cd827645ba0406ad73f to your computer and use it in GitHub Desktop.
Save Whateverable/680009cacdf80cd827645ba0406ad73f to your computer and use it in GitHub Desktop.
greppable6
my\s*\$\.
File Code
JGOFF/Perl6-Parser
…/00-class-hierarchy.t :44:
my $.a;
drforr/perl6-Perl6-Parser
…/00-class-hierarchy.t :44:
my $.a;
madcapjake/p6-myhtml
…/Encoding.pm6 :43:
my $.default = %encodings<default>;
perl6/doc
…/classtut.pod6 :108:
my $.counter = 0;
perl6/doc
…/classtut.pod6 :271:
my $.counter = 0;
perl6/doc
…/traits.pod6 :48:
my $.counter;
perl6/doc
…/Mu.pod6 :358:
my $.counter = 0;
spebern/Parser-FreeXL-Native
…/Native.pm6 :139:
my $.active_sheet = p6_freexl_get_worksheet_name($!xls_handle, $sheet_index, $result);
CIAvash/App-Football
…/Football.pm6 :8:
my $.program_name = 'football';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment