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

Commit da1ab63

Browse files
committed
add "basic multi dispatch", update two stati for nom
1 parent f0652f5 commit da1ab63

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

features.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"status" : "rm+ rn+ n+",
6565
"code" : [ "http://rosettacode.org/wiki/Classes#Perl_6" ],
6666
"spec" : [ ]
67+
}, {
68+
"item" : "Basic multi dispatch",
69+
"status" : "rm+ rn+ n+",
70+
"code" : [ ],
71+
"spec" : [ ]
6772
}, {
6873
"item" : "Basic regex support",
6974
"status" : "rm+ rn+ n+",
@@ -102,7 +107,7 @@
102107
"spec" : [ ]
103108
}, {
104109
"item" : "State variables",
105-
"status" : "rm- rn- n+",
110+
"status" : "rm- rn+ n+",
106111
"code" : [ "http://rosettacode.org/wiki/Scope_modifiers#Perl_6" ],
107112
"spec" : [ ]
108113
}]
@@ -190,7 +195,7 @@
190195
"spec" : [ ]
191196
}, {
192197
"item" : "Enums",
193-
"status" : "rm+ rn- n+",
198+
"status" : "rm+ rn+- n+",
194199
"code" : [ "http://rosettacode.org/wiki/Enumerations#Perl_6",
195200
"http://rosettacode.org/wiki/Forest_fire#Perl_6" ],
196201
"spec" : [ ]

0 commit comments

Comments
 (0)