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

Commit c9cfaf9

Browse files
committed
add 10 more items to features
1 parent 0f4caee commit c9cfaf9

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

features.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,31 @@
480480
"status" : "rm- rn- n-",
481481
"code" : [ ],
482482
"spec" : "http://perlcabal.org/syn/S09.html#Fixed-size_arrays"
483+
}, {
484+
"item" : "ObjAt",
485+
"status" : "",
486+
"code" : [ ],
487+
"spec" : [ "http://perlcabal.org/syn/S02.html#The_ObjAt_Type" ]
488+
}, {
489+
"item" : "StrPos",
490+
"status" : "",
491+
"code" : [ ],
492+
"spec" : [ "http://perlcabal.org/syn/S02.html#The_StrPos_Type" ]
493+
}, {
494+
"item" : "StrLen",
495+
"status" : "",
496+
"code" : [ ],
497+
"spec" : [ "http://perlcabal.org/syn/S02.html#The_StrLen_Type" ]
498+
}, {
499+
"item" : "Native buf Types",
500+
"status" : "",
501+
"code" : [ ],
502+
"spec" : [ "http://perlcabal.org/syn/S02.html#Native_buf_Types" ]
503+
}, {
504+
"item" : "The utf8 Type",
505+
"status" : "",
506+
"code" : [ ],
507+
"spec" : [ "http://perlcabal.org/syn/S02.html#The_utf8_Type" ]
483508
} ]
484509
},
485510
{ "section": "Multi dispatch",
@@ -852,5 +877,35 @@
852877
"code" : [ ],
853878
"spec" : [ ]
854879
} ]
880+
},
881+
{
882+
"section": "Lexing and Parsing",
883+
"items": [
884+
{
885+
"item" : "Multiline Comments",
886+
"status" : "",
887+
"code" : [ ],
888+
"spec" : [ "http://perlcabal.org/syn/S02.html#Multiline_Comments" ]
889+
}, {
890+
"item" : "Embedded Comments",
891+
"status" : "",
892+
"code" : [ ],
893+
"spec" : [ "http://perlcabal.org/syn/S02.html#Embedded_Comments" ]
894+
}, {
895+
"item" : "Bracketing Characters",
896+
"status" : "",
897+
"code" : [ ],
898+
"spec" : [ "http://perlcabal.org/syn/S02.html#Bracketing_Characters" ]
899+
}, {
900+
"item" : "User-selected Brackets",
901+
"status" : "",
902+
"code" : [ ],
903+
"spec" : [ "http://perlcabal.org/syn/S02.html#User-selected_Brackets" ]
904+
}, {
905+
"item" : "Unspaces",
906+
"status" : "",
907+
"code" : [ ],
908+
"spec" : [ "http://perlcabal.org/syn/S02.html#Unspaces" ]
909+
} ]
855910
} ]
856911
}

0 commit comments

Comments
 (0)