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

Commit c29629b

Browse files
committed
more codes, features
1 parent 1954b50 commit c29629b

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

features.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"item" : "Basic control structures",
2323
"status" : "rm+ rn+ n+",
24-
"code" : [ "http://rosettacode.org/wiki/Conditional_structures#Perl_6", "http://rosettacode.org/wiki/Loops" ],
24+
"code" : [ "http://rosettacode.org/wiki/Conditional_structures#Perl_6", "http://rosettacode.org/wiki/Loops", "http://rosettacode.org/wiki/Execute_Brain****#Perl_6" ],
2525
"spec" : [ ]
2626
}, {
2727
"item" : "Lexical variables",
@@ -85,7 +85,7 @@
8585
{
8686
"item" : "Classes, attributes, methods",
8787
"status" : "rm+ rn+ n+",
88-
"code" : [ "http://rosettacode.org/wiki/Classes#Perl_6" ],
88+
"code" : [ "http://rosettacode.org/wiki/Classes#Perl_6", "http://rosettacode.org/wiki/Execute_Brain****#Perl_6" ],
8989
"spec" : [ ]
9090
}, {
9191
"item" : "Single inheritance",
@@ -261,7 +261,7 @@
261261
}, {
262262
"item" : "is rw, is copy",
263263
"status" : "rm+ rn+ n+",
264-
"code" : [ "http://rosettacode.org/wiki/Deconvolution/2D%2B#Perl_6" ],
264+
"code" : [ "http://rosettacode.org/wiki/Ethiopian_multiplication#Perl_6", "http://rosettacode.org/wiki/Deconvolution/2D%2B#Perl_6" ],
265265
"spec" : [ ]
266266
}, {
267267
"item" : "Argument coercion",
@@ -315,7 +315,7 @@
315315
}, {
316316
"item" : "Lazy lists, gather/take",
317317
"status" : "rm+ rn+ n+",
318-
"code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6" ],
318+
"code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6", "http://rosettacode.org/wiki/Equilibrium_index#Perl_6" ],
319319
"spec" : [ ]
320320
}, {
321321
"item" : "LoL",
@@ -459,6 +459,11 @@
459459
"status" : "rm+ rn+ n+",
460460
"code" : [ "http://rosettacode.org/wiki/Dragon_curve#Perl_6" ],
461461
"spec" : [ ]
462+
}, {
463+
"item" : "Probabalistic (rand, pick, roll)",
464+
"status" : "rm+ rn+ n+-",
465+
"code" : [ "http://rosettacode.org/wiki/Evolutionary_algorithm#Perl_6" ],
466+
"spec" : [ ]
462467
}, {
463468
"item" : "Flipflop",
464469
"status" : "rm- rn- n+",
@@ -530,7 +535,7 @@
530535
}, {
531536
"item" : "Defining new operators",
532537
"status" : "rm+ n+",
533-
"code" : [ "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ],
538+
"code" : [ "http://rosettacode.org/wiki/Evaluate_binomial_coefficients#Perl_6", "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ],
534539
"spec" : [ ]
535540
}, {
536541
"item" : "Precedence and associativity of new operators",
@@ -593,7 +598,7 @@
593598
}, {
594599
"item" : "CATCH",
595600
"status" : "rm+ rn- n-",
596-
"code" : [ "http://rosettacode.org/wiki/Detect_division_by_zero#Perl_6" ],
601+
"code" : [ "http://rosettacode.org/wiki/Exceptions#Perl_6", "http://rosettacode.org/wiki/Detect_division_by_zero#Perl_6" ],
597602
"spec" : [ ]
598603
}, {
599604
"item" : "PRE/POST",
@@ -624,6 +629,16 @@
624629
"status" : "rm+ rn- n-",
625630
"code" : [ ],
626631
"spec" : [ ]
632+
}, {
633+
"item" : "run, qx",
634+
"status" : "rm+ rn- n-",
635+
"code" : [ ],
636+
"spec" : [ ]
637+
}, {
638+
"item" : "Environment vars",
639+
"status" : "rm+ rn- n-",
640+
"code" : [ ],
641+
"spec" : [ ]
627642
} ]
628643
},
629644
{

0 commit comments

Comments
 (0)