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

Commit ae64160

Browse files
committed
tweaks, various classes of operators
1 parent f6212c0 commit ae64160

File tree

1 file changed

+54
-5
lines changed

1 file changed

+54
-5
lines changed

features.json

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"spec" : [ ]
330330
}, {
331331
"item" : "Buf",
332-
"status" : "rm+ rn- n-",
332+
"status" : "rm+- rn- n-",
333333
"code" : [ ],
334334
"spec" : [ ]
335335
}, {
@@ -389,7 +389,7 @@
389389
}, {
390390
"item" : "Additional constraints",
391391
"status" : "rm+ n-",
392-
"code" : [ "http://rosettacode.org/wiki/Pattern_matching#Perl_6" ],
392+
"code" : [ "http://rosettacode.org/wiki/Pattern_matching#Perl_6", "http://rosettacode.org/wiki/Detect_division_by_zero#Perl_6" ],
393393
"spec" : [ ]
394394
}]
395395
},
@@ -401,7 +401,7 @@
401401
"code" : [ ],
402402
"spec" : [ ]
403403
}, {
404-
"item" : "need:",
404+
"item" : "need",
405405
"status" : "",
406406
"code" : [ ],
407407
"spec" : [ ]
@@ -417,6 +417,55 @@
417417
"spec" : [ ]
418418
} ]
419419
},
420+
{ "section": "Operators",
421+
"items": [
422+
{
423+
"item" : "Smartmatch",
424+
"status" : "rm+ rn+ n+",
425+
"code" : [ ],
426+
"spec" : [ ]
427+
}, {
428+
"item" : "Numeric bitops",
429+
"status" : "rm+ rn+ n+",
430+
"code" : [ ],
431+
"spec" : [ ]
432+
}, {
433+
"item" : "Buffer bitops",
434+
"status" : "rm+ rn+ n-",
435+
"code" : [ ],
436+
"spec" : [ ]
437+
}, {
438+
"item" : "Junctive",
439+
"status" : "rm+ rn+ n+",
440+
"code" : [ ],
441+
"spec" : [ ]
442+
}, {
443+
"item" : "Chaining",
444+
"status" : "rm+ rn+ n+",
445+
"code" : [ ],
446+
"spec" : [ ]
447+
}, {
448+
"item" : "Flipflop",
449+
"status" : "rm- rn- n+",
450+
"code" : [ ],
451+
"spec" : [ ]
452+
}, {
453+
"item" : "List infixes",
454+
"status" : "rm+- (only two lists) rn+ n+",
455+
"code" : [ ],
456+
"spec" : [ ]
457+
}, {
458+
"item" : "Sequence",
459+
"status" : "rm+ rn+ n+",
460+
"code" : [ ],
461+
"spec" : [ ]
462+
}, {
463+
"item" : "Logic cascade (andthen, orelse)",
464+
"status" : "rm- rn- n-",
465+
"code" : [ ],
466+
"spec" : [ ]
467+
}]
468+
},
420469
{ "section": "Meta operators",
421470
"items": [
422471
{
@@ -512,7 +561,7 @@
512561
{ "section": "Phasers",
513562
"items": [
514563
{
515-
"item" : "BEGIN/CATCH/INIT/END",
564+
"item" : "BEGIN/CHECK/INIT/END",
516565
"status" : "rm+- rn+ n+-",
517566
"code" : [ "http://rosettacode.org/wiki/Compile-time_calculation#Perl_6" ],
518567
"spec" : [ ]
@@ -529,7 +578,7 @@
529578
}, {
530579
"item" : "CATCH",
531580
"status" : "rm+ rn- n-",
532-
"code" : [ ],
581+
"code" : [ "http://rosettacode.org/wiki/Detect_division_by_zero#Perl_6" ],
533582
"spec" : [ ]
534583
}, {
535584
"item" : "PRE/POST",

0 commit comments

Comments
 (0)