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

Commit cc58864

Browse files
committed
Add rakudo status for Lexing and Parsing.
1 parent 64e7e3a commit cc58864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -866,27 +866,27 @@
866866
"items": [
867867
{
868868
"item" : "Multiline Comments",
869-
"status" : "n+",
869+
"status" : "rm+ rn+ n+",
870870
"code" : [ ],
871871
"spec" : [ "http://perlcabal.org/syn/S02.html#Multiline_Comments" ]
872872
}, {
873873
"item" : "Embedded Comments",
874-
"status" : "n+",
874+
"status" : "rm+ rn+ n+",
875875
"code" : [ ],
876876
"spec" : [ "http://perlcabal.org/syn/S02.html#Embedded_Comments" ]
877877
}, {
878878
"item" : "Bracketing Characters",
879-
"status" : "n+",
879+
"status" : "rm+ rn+ n+",
880880
"code" : [ ],
881881
"spec" : [ "http://perlcabal.org/syn/S02.html#Bracketing_Characters" ]
882882
}, {
883883
"item" : "User-selected Brackets",
884-
"status" : "n+",
884+
"status" : "rm+ rn+ n+",
885885
"code" : [ ],
886886
"spec" : [ "http://perlcabal.org/syn/S02.html#User-selected_Brackets" ]
887887
}, {
888888
"item" : "Unspaces",
889-
"status" : "n+",
889+
"status" : "rm+ rn+ n+",
890890
"code" : [ ],
891891
"spec" : [ "http://perlcabal.org/syn/S02.html#Unspaces" ]
892892
} ]

0 commit comments

Comments
 (0)