Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 17f9ed6

Browse files
committed
more codes
1 parent e90eb68 commit 17f9ed6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
}, {
252252
"item" : "Slurpy args/params",
253253
"status" : "rm+ rn+ n+",
254-
"code" : [ ],
254+
"code" : [ "http://rosettacode.org/wiki/Go_Fish/Perl_6" ],
255255
"spec" : [ ]
256256
}, {
257257
"item" : "Multi-dimensional params",
@@ -320,7 +320,7 @@
320320
}, {
321321
"item" : "Lazy lists, gather/take",
322322
"status" : "rm+ rn+ n+",
323-
"code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6", "http://rosettacode.org/wiki/Equilibrium_index#Perl_6" ],
323+
"code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6", "http://rosettacode.org/wiki/Equilibrium_index#Perl_6", "http://rosettacode.org/wiki/Generator#Perl_6" ],
324324
"spec" : [ ]
325325
}, {
326326
"item" : "LoL",
@@ -437,7 +437,7 @@
437437
}, {
438438
"item" : "Numeric bitops",
439439
"status" : "rm+ rn+ n+",
440-
"code" : [ ],
440+
"code" : [ "http://rosettacode.org/wiki/Gray_code#Perl_6" ],
441441
"spec" : [ ]
442442
}, {
443443
"item" : "Buffer bitops",
@@ -545,7 +545,7 @@
545545
}, {
546546
"item" : "Defining new operators",
547547
"status" : "rm+ n+",
548-
"code" : [ "http://rosettacode.org/wiki/Function_composition#Perl_6", "http://rosettacode.org/wiki/Exponentiation_operator.html#Perl_6", "http://rosettacode.org/wiki/Evaluate_binomial_coefficients#Perl_6", "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ],
548+
"code" : [ "http://rosettacode.org/wiki/Function_composition#Perl_6", "http://rosettacode.org/wiki/Exponentiation_operator.html#Perl_6", "http://rosettacode.org/wiki/Generator#Perl_6" "http://rosettacode.org/wiki/Evaluate_binomial_coefficients#Perl_6", "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ],
549549
"spec" : [ ]
550550
}, {
551551
"item" : "Precedence and associativity of new operators",

0 commit comments

Comments
 (0)