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

Commit 51c6bee

Browse files
committed
add a few spec links
1 parent c36e5de commit 51c6bee

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

features.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"item" : "Type captures",
303303
"status" : "rm+ rn+ n-",
304304
"code" : [ "http://rosettacode.org/wiki/Constrained_genericity#Perl_6" ],
305-
"spec" : [ ]
305+
"spec" : [ "http://perlcabal.org/syn/S06.html#En_passant_type_capture" ]
306306
} ]
307307
},
308308
{ "section": "Built-in types and functions",
@@ -311,12 +311,12 @@
311311
"item" : "Strings, split, join, case folding, substr",
312312
"status" : "rm+ rn+ n+",
313313
"code" : [ ],
314-
"spec" : [ ]
314+
"spec" : [ "http://perlcabal.org/syn/S32/Str.html" ]
315315
}, {
316316
"item" : "Basic numbers, arithmetic operations",
317317
"status" : "rm+ rn+ n+",
318318
"code" : [ "http://rosettacode.org/wiki/Discordian_date#Perl_6" ],
319-
"spec" : [ ]
319+
"spec" : [ "http://perlcabal.org/syn/S32/Numeric.html" ]
320320
}, {
321321
"item" : "Big integers",
322322
"status" : "rm- (promotes to num) rn- (promotes to num) n+",
@@ -326,7 +326,7 @@
326326
"item" : "Complex numbers",
327327
"status" : "rm+ rn+ n+",
328328
"code" : [ ],
329-
"spec" : [ ]
329+
"spec" : [ "http://perlcabal.org/syn/S32/Numeric.html#Complex" ]
330330
}, {
331331
"item" : "Rat type",
332332
"status" : "rm+ rn+ n+",
@@ -336,13 +336,13 @@
336336
"item" : "Hashes, Pairs",
337337
"status" : "rm+ rn+ n+",
338338
"code" : [ ],
339-
"spec" : [ ]
339+
"spec" : [ "http://perlcabal.org/syn/S32/Numeric.html#Rat" ]
340340
}, {
341341
"item" : "Lists, arrays, map, grep",
342342
"status" : "rm+ rn+ n+",
343343
"code" : [ "http://rosettacode.org/wiki/Filter#Perl_6",
344344
"http://rosettacode.org/wiki/Factors_of_an_integer#Perl_6" ],
345-
"spec" : [ ]
345+
"spec" : [ "http://perlcabal.org/syn/S32/Containers.html" ]
346346
}, {
347347
"item" : "Lazy lists, gather/take",
348348
"status" : "rm+ rn+ n+",
@@ -370,7 +370,7 @@
370370
"item" : "Buf",
371371
"status" : "rm+- rn- n-",
372372
"code" : [ ],
373-
"spec" : [ ]
373+
"spec" : [ "http://perlcabal.org/syn/S32/Containers.html#Buf" ]
374374
}, {
375375
"item" : "DateTime, Date",
376376
"status" : "rm+ rn- n-",
@@ -472,7 +472,7 @@
472472
"item" : "Numeric bitops",
473473
"status" : "rm+ rn+ n+",
474474
"code" : [ "http://rosettacode.org/wiki/Gray_code#Perl_6" ],
475-
"spec" : [ ]
475+
"spec" : [ "http://perlcabal.org/syn/S03.html#Smart_matching" ]
476476
}, {
477477
"item" : "Buffer bitops",
478478
"status" : "rm+ rn+ n-",
@@ -482,12 +482,12 @@
482482
"item" : "Junctive",
483483
"status" : "rm+ rn+ n+",
484484
"code" : [ ],
485-
"spec" : [ ]
485+
"spec" : [ "http://perlcabal.org/syn/S03.html#Junctive_operators" ]
486486
}, {
487487
"item" : "Chaining",
488488
"status" : "rm+ rn+ n+",
489489
"code" : [ ],
490-
"spec" : [ ]
490+
"spec" : [ "http://perlcabal.org/syn/S03.html#Chained_comparisons" ]
491491
}, {
492492
"item" : "File tests",
493493
"status" : "rm+ rn- n+-",

0 commit comments

Comments
 (0)