Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 25, 2019 00:51
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/48430ffc160a1740e0ae218197dc51bd to your computer and use it in GitHub Desktop.
Save Whateverable/48430ffc160a1740e0ae218197dc51bd to your computer and use it in GitHub Desktop.
greppable6
File Code
JGOFF/Perl6-Parser
…/19-operators.t :2210:
1 fff 2
afiskon/p6-xml-parser-tiny
…/01-grammar.t :58:
"<body>aaa <em>bbb <strong>ccc</strong></em> <![CDATA[ddd]]> eee <!-- fff --> ggg</body>",
azawawi/farabi6
…/perl6-mode.js :312:
"gt ge eqv ff fff and andthen Z X or xor",
drforr/perl6-Perl6-Parser
…/19-operators.t :2210:
1 fff 2
perl6/doc
…/operators.pod6 :38:
R | Conditional | ?? !! ff ff^ ^ff ^ff^ fff fff^ ^fff ^fff^
perl6/doc
…/operators.pod6 :2224:
say $_ if /A/ fff /B/; # OUTPUT: «AB␤C␤D␤B␤»
perl6/doc
…/operators.pod6 :2240:
say $_ if /A/ fff /C/ for @list; # OUTPUT: «A␤B␤C␤»
perl6/doc
…/operators.pod6 :2255:
say $_ if /A/ fff /C/ for @list; # OUTPUT: «A␤B␤C␤»
perl6/doc
…/operators.pod6 :2270:
say $_ if /A/ fff /C/ for @list; # OUTPUT: «A␤B␤C␤»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment