|
302 | 302 | "item" : "Type captures",
|
303 | 303 | "status" : "rm+ rn+ n-",
|
304 | 304 | "code" : [ "http://rosettacode.org/wiki/Constrained_genericity#Perl_6" ],
|
305 |
| - "spec" : [ ] |
| 305 | + "spec" : [ "http://perlcabal.org/syn/S06.html#En_passant_type_capture" ] |
306 | 306 | } ]
|
307 | 307 | },
|
308 | 308 | { "section": "Built-in types and functions",
|
|
311 | 311 | "item" : "Strings, split, join, case folding, substr",
|
312 | 312 | "status" : "rm+ rn+ n+",
|
313 | 313 | "code" : [ ],
|
314 |
| - "spec" : [ ] |
| 314 | + "spec" : [ "http://perlcabal.org/syn/S32/Str.html" ] |
315 | 315 | }, {
|
316 | 316 | "item" : "Basic numbers, arithmetic operations",
|
317 | 317 | "status" : "rm+ rn+ n+",
|
318 | 318 | "code" : [ "http://rosettacode.org/wiki/Discordian_date#Perl_6" ],
|
319 |
| - "spec" : [ ] |
| 319 | + "spec" : [ "http://perlcabal.org/syn/S32/Numeric.html" ] |
320 | 320 | }, {
|
321 | 321 | "item" : "Big integers",
|
322 | 322 | "status" : "rm- (promotes to num) rn- (promotes to num) n+",
|
|
326 | 326 | "item" : "Complex numbers",
|
327 | 327 | "status" : "rm+ rn+ n+",
|
328 | 328 | "code" : [ ],
|
329 |
| - "spec" : [ ] |
| 329 | + "spec" : [ "http://perlcabal.org/syn/S32/Numeric.html#Complex" ] |
330 | 330 | }, {
|
331 | 331 | "item" : "Rat type",
|
332 | 332 | "status" : "rm+ rn+ n+",
|
|
336 | 336 | "item" : "Hashes, Pairs",
|
337 | 337 | "status" : "rm+ rn+ n+",
|
338 | 338 | "code" : [ ],
|
339 |
| - "spec" : [ ] |
| 339 | + "spec" : [ "http://perlcabal.org/syn/S32/Numeric.html#Rat" ] |
340 | 340 | }, {
|
341 | 341 | "item" : "Lists, arrays, map, grep",
|
342 | 342 | "status" : "rm+ rn+ n+",
|
343 | 343 | "code" : [ "http://rosettacode.org/wiki/Filter#Perl_6",
|
344 | 344 | "http://rosettacode.org/wiki/Factors_of_an_integer#Perl_6" ],
|
345 |
| - "spec" : [ ] |
| 345 | + "spec" : [ "http://perlcabal.org/syn/S32/Containers.html" ] |
346 | 346 | }, {
|
347 | 347 | "item" : "Lazy lists, gather/take",
|
348 | 348 | "status" : "rm+ rn+ n+",
|
|
370 | 370 | "item" : "Buf",
|
371 | 371 | "status" : "rm+- rn- n-",
|
372 | 372 | "code" : [ ],
|
373 |
| - "spec" : [ ] |
| 373 | + "spec" : [ "http://perlcabal.org/syn/S32/Containers.html#Buf" ] |
374 | 374 | }, {
|
375 | 375 | "item" : "DateTime, Date",
|
376 | 376 | "status" : "rm+ rn- n-",
|
|
472 | 472 | "item" : "Numeric bitops",
|
473 | 473 | "status" : "rm+ rn+ n+",
|
474 | 474 | "code" : [ "http://rosettacode.org/wiki/Gray_code#Perl_6" ],
|
475 |
| - "spec" : [ ] |
| 475 | + "spec" : [ "http://perlcabal.org/syn/S03.html#Smart_matching" ] |
476 | 476 | }, {
|
477 | 477 | "item" : "Buffer bitops",
|
478 | 478 | "status" : "rm+ rn+ n-",
|
|
482 | 482 | "item" : "Junctive",
|
483 | 483 | "status" : "rm+ rn+ n+",
|
484 | 484 | "code" : [ ],
|
485 |
| - "spec" : [ ] |
| 485 | + "spec" : [ "http://perlcabal.org/syn/S03.html#Junctive_operators" ] |
486 | 486 | }, {
|
487 | 487 | "item" : "Chaining",
|
488 | 488 | "status" : "rm+ rn+ n+",
|
489 | 489 | "code" : [ ],
|
490 |
| - "spec" : [ ] |
| 490 | + "spec" : [ "http://perlcabal.org/syn/S03.html#Chained_comparisons" ] |
491 | 491 | }, {
|
492 | 492 | "item" : "File tests",
|
493 | 493 | "status" : "rm+ rn- n+-",
|
|
0 commit comments