Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 19, 2018 03:03
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/29444ba3abec40f8237cf3f8c03a928f to your computer and use it in GitHub Desktop.
Save Whateverable/29444ba3abec40f8237cf3f8c03a928f to your computer and use it in GitHub Desktop.
greppable6
my\s+\S+\s+constant
File Code
hoelzro/p6-linenoise
…/fill-constants.pl :17:
if $line ~~ /my \s+ constant \s+ $<ident>=[\w+] \s* '=' \s* $<value>=['#`(FILL-ME-IN)']/ {
jonathanstowe/p6-jdf
…/Jdf.pm6 :157:
my Rat constant $inch = 25.4;
jonathanstowe/p6-jdf
…/Jdf.pm6 :158:
my Rat constant $mm = $inch / 72;
kuerbis/Term-Choose-Util-p6
…/Util.pm6 :43:
my int32 constant LC_ALL = 6;
kuerbis/Term-Choose-p6
…/Choose.pm6 :172:
my int32 constant LC_ALL = 6;
kuerbis/Term-TablePrint-p6
…/TablePrint.pm6 :53:
my int32 constant LC_ALL = 6;
perl6/perl6-lwp-simple
…/Simple.pm :23:
my Int constant $default_stream_read_len = 2 * 1024;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment